Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSymbolTable::ids Method
Syntax
C++
inline OdDbRecordIdCollectionView ids(bool atBeginning = true, bool skipDeleted = true);

Returns a read-only view of the table as a range of OdDbObjectId objects 

 

Parameters
Description
atBeginning
[in] True - to iterate from the beginning to the end, or false - to iterate in reverse order.
skipDeleted
[in] If true then skip erased records.
Copyright © 2002-2022. Open Design Alliance All rights reserved.