API Reference > OdDb Classes > OdDbSymbolTableIterator Class > OdDbSymbolTableIterator Methods > OdDbSymbolTableIterator::getRecord Method
OdDbSymbolTableIterator::getRecord Method
Syntax
C++
virtual OdDbSymbolTableRecordPtr getRecord(OdDb::OpenMode openMode = OdDb::kForRead, bool openErasedRecord = false) const;
Parameters 
Description 
OdDb::OpenMode openMode = OdDb::kForRead 
[in] Mode in which to open the record.  
bool openErasedRecord = false 
[in] If and only if true, erased records will be opened. 

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

Opens the record currently referenced by this Iterator object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.