Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxDictionary::remove Method (const OdString&)
Syntax
C++
virtual OdRxObjectPtr remove(const OdString& key) = 0;

Removes the item specified by keyword from the dictionary object. 

 

Parameters
Description
key
[in] Keyword as a string value.

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-2022. Open Design Alliance All rights reserved.