API Reference > OdDb Classes > OdDbDictionary Class > OdDbDictionary Methods > getAt Method > OdDbDictionary::getAt Method (OdString&, OdResult*)
OdDbDictionary::getAt Method (OdString&, OdResult*)
Syntax
C++
OdDbObjectId getAt(const OdString& name, OdResult* pStatus = 0) const;
Parameters 
Description 
const OdString& name 
[in] Entry name.  
OdResult* pStatus = 0 
[out] Receives eOk if successful, or an appropriate error code if not. 

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

 

Opens the associated OdDbObject in the specified mode. 

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

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