API Reference > OdDb Classes > OdDbSymbolTable Class > OdDbSymbolTable Methods > getAt Method > OdDbSymbolTable::getAt Method (OdString&, OdDb::OpenMode, bool)
OdDbSymbolTable::getAt Method (OdString&, OdDb::OpenMode, bool)
Syntax
C++
virtual OdDbSymbolTableRecordPtr getAt(const OdString& sName, OdDb::OpenMode openMode, bool getErasedRecord = false) const;
Parameters 
Description 
const OdString& sName 
[in] Record name as a String value up to 255 characters long.  
OdDb::OpenMode openMode 
[in] Mode in which to open the record.  
bool getErasedRecord = false 
[in] If and only if true, erased records will be opened or retrieved. 

Returns a SmartPointer to the object if successful, otherwise a null SmartPointer.

Searches the named record object in the predefined table object using the specified name and opnes it in the specified mode. 

 

Getting and Checking Records

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