API Reference > Dgn Extension Classes > OdDgElementCompositeIterator Class > OdDgElementCompositeIterator Methods > OdDgElementCompositeIterator::start Method
OdDgElementCompositeIterator::start Method
Syntax
C++
virtual void start(bool atBeginning = true, bool skipErased = true);
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–2021. Open Design Alliance. All rights reserved.