Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
id
[in] ID as an integer value.
pObject
[in] Pointer to the instance to be put.

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

Smart pointer must not be Null, and id > 0.

Example of Working with a Dictionary 

Functionality of Dictionaries

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