Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxDictionary::putAt Method (const OdString&, OdRxObject*, OdUInt32*)
Syntax
C++
virtual OdRxObjectPtr putAt(const OdString& key, OdRxObject* pObject, OdUInt32* pRetId = 0) = 0;

Puts the instance specified by the smart pointer into the dictionary object and associates it with the specified keyword. 

 

Parameters
Description
key
[in] Keyword as a string value.
pObject
[in] Pointer to the instance to be put.
pRetId
[in] Pointer to an OdUInt32 to receive the Entry ID of the entry.

Returns a smart pointer to the object at this entry prior to the call.

Keyword and smart pointer must not be Null.

Example of Working with a Dictionary 

Functionality of Dictionaries

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