API Reference > OdDg Classes > OdDgElementIterator Class > OdDgElementIterator Methods > OdDgElementIterator::start Method
OdDgElementIterator::start Method
Syntax
C++
virtual void start(bool atBeginning = true, bool skipErased = true) = 0;
Parameters 
Description 
bool atBeginning = true 
[in] True to start at the beginning, false to start at the end.  
bool skipErased = true 
[in] If and only if true, erased records are skipped. 

Sets this Iterator element to reference the entity that it would normally return first.

Allows multiple traversals of the iterator list. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.