API Reference > OdDb Classes > OdDbDictionary Class > OdDbDictionary Methods > getAt Method > OdDbDictionary::getAt Method (OdString&, OdDb::OpenMode)
OdDbDictionary::getAt Method (OdString&, OdDb::OpenMode)
Syntax
C++
OdDbObjectPtr getAt(const OdString& name, OdDb::OpenMode mode) const;
Parameters 
Description 
const OdString& name 
[in] Entry name.  
OdDb::OpenMode mode 
[in] Mode in which to open the object. 

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

 

Opens the associated OdDbObject in the specified mode. 

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

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