Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDictionary::getAt Method (const OdString&, OdDb::OpenMode)
Syntax
C++
OdDbObjectPtr getAt(const OdString& name, OdDb::OpenMode mode) const;

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

 

Parameters
Description
name
[in] Entry name.
mode
[in] Mode in which to open the object.

Opens the associated OdDbObject in the specified mode. 

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

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