Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockTableRecord::newIterator Method
Syntax
C++
OdDbObjectIteratorPtr newIterator(bool atBeginning = true, bool skipDeleted = true, bool sorted = false) const;

Returns an Iterator that can be used to traverse this Block. 

 

Parameters
Description
atBeginning
[in] True to start at the beginning, false to start at the end.
skipDeleted
[in] If and only if true, deleted records are skipped.
sorted
[in] If and only if true, the iterator will traverse the Block as sorted by this Block's SortentsTable.

Smart pointer to an iterator object.

Copyright © 2002-2022. Open Design Alliance All rights reserved.