Close

Relief for ODA Team in Ukraine

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

Returns a read-only view of the table as a range of OdDbSymbolTableRecord objects opened for read 

 

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.