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

Removes the item specified by keyword or ID from the dictionary object. 

 

This method does not delete the instance associated with the removed item and returns a smart pointer to the instance referenced by the item.

Example of Working with a Dictionary 

Functionality of Dictionaries

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