API Reference > OdDb Classes > OdDbSymbolTableIterator Class > OdDbSymbolTableIterator Methods > OdDbSymbolTableIterator::start Method
OdDbSymbolTableIterator::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 object to reference the SymbolTableRecord that it would normally return first.

Allows multiple traversals of the iterator list. 

 

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