API Reference > OdDb Classes > OdDbBlockTable Class > OdDbBlockTable Methods > OdDbBlockTable::newIterator Method
OdDbBlockTable::newIterator Method
Syntax
C++
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. 

 

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