API Reference > OdDb Classes > OdDbSymbolTable Class > OdDbSymbolTable Methods > OdDbSymbolTable::newIterator Method
OdDbSymbolTable::newIterator Method
Syntax
C++
virtual OdDbSymbolTableIteratorPtr newIterator(bool atBeginning = true, bool skipDeleted = true) const;
Parameters 
Description 
bool atBeginning = true 
[in] True - to start at the beginning, or False - to start at the end.  
bool skipDeleted = true 
[in] True - to iterate only unerased records, or False - to iterate through unerased and erased records. 

Returns an Iterator object that can be used to traverse through record objects in the predefined table object. 

 

Iterating through Records

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