Close

Relief for ODA Team in Ukraine

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

Returns a read-only view of the block as a range of OdDbObjectId objects that supports C++11 ranged-for loop. 

 

Parameters
Description
atBeginning
[in] True - to iterate from the beginning to the end, or false - to iterate in reverse order.
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.
Copyright © 2002-2022. Open Design Alliance All rights reserved.