Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSymbolTableIterator::getRecord Method
Syntax
C++
virtual OdDbSymbolTableRecordPtr getRecord(OdDb::OpenMode openMode = OdDb::kForRead, bool openErasedRecord = false) const;

Opens the record currently referenced by this Iterator object. 

 

Parameters
Description
openMode
[in] Mode in which to open the record.
openErasedRecord
[in] If and only if true, erased records will be opened.

Returns a SmartPointer to the opened record if successful, otherwise a null SmartPointer.

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