API Reference > OdRx Classes > OdRxDictionary Class > OdRxDictionary Methods > getAt Method > OdRxDictionary::getAt Method (OdUInt32)
OdRxDictionary::getAt Method (OdUInt32)
Syntax
C++
virtual OdRxObjectPtr getAt(OdUInt32 id) const = 0;
Parameters 
Description 
OdUInt32 id 
[in] Item ID as an integer value. 

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

 

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.