API Reference > OdDb Classes > OdDbDictionary Class > OdDbDictionary Methods > OdDbDictionary::nameAt Method
OdDbDictionary::nameAt Method
Syntax
C++
OdString nameAt(const OdDbObjectId& objectId) const;
Parameters 
Description 
const OdDbObjectId& objectId 
[in] Object ID. 

Returns the entry name (key) of the specified object in this Dictionary object. 

 

Returns an empty string if objectId is not in this Dictionary object.

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