API Reference > OdRx Classes > OdRxDictionary Class > OdRxDictionary Methods > getAt Method > OdRxDictionary::getAt Method (OdString&)
OdRxDictionary::getAt Method (OdString&)
Syntax
C++
virtual OdRxObjectPtr getAt(const OdString& key) const = 0;
Parameters 
Description 
const OdString& key 
[in] Item keyword as a string value. 

Returns the /non-typified smart pointer/ to the instance that is associated with the dictionary item specified by the keyword. 

 

Returns a Null if the specified item is not found.

Example of Working with a Dictionary 

Functionality of Dictionaries

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