Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSymbolTable::newIterator Method
Syntax
C++
virtual OdDbSymbolTableIteratorPtr newIterator(bool atBeginning = true, bool skipDeleted = true) const;

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

 

Parameters
Description
atBeginning
[in] True - to start at the beginning, or False - to start at the end.
skipDeleted
[in] True - to iterate only unerased records, or False - to iterate through unerased and erased records.
Copyright © 2002-2022. Open Design Alliance All rights reserved.