Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockTable::getAt Method (const OdString&, bool)
Syntax
C++
virtual OdDbObjectId getAt(const OdString& recordName, 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
recordName
[in] Record name.
getErasedRecord
[in] If and only if true, erased records will be opened or retrieved.
openMode
[in] Mode in which to open the record.

A smart pointer to the object if successful, otherwise a null smart pointer.

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