Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSymbolTable::getAt Method (const OdString&, OdDb::OpenMode, bool)
Syntax
C++
virtual OdDbSymbolTableRecordPtr getAt(const OdString& sName, OdDb::OpenMode openMode, bool getErasedRecord = false) const;

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

 

Parameters
Description
sName
[in] Record name as a String value up to 255 characters long.
openMode
[in] Mode in which to open the record.
getErasedRecord
[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.

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