Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDictionary::getAt Method (const OdString&, OdResult*)
Syntax
C++
OdDbObjectId getAt(const OdString& name, OdResult* pStatus = 0) const;

Returns the OdDbObject associated with the specified name (key) in this Dictionary object. 

 

Parameters
Description
name
[in] Entry name.
pStatus
[out] Receives eOk if successful, or an appropriate error code if not.

Opens the associated OdDbObject in the specified mode. 

Returns a null Object ID if the specified entry could not be opened.

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