Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockTable::newIterator Method
Syntax
C++
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.