API Reference > OdDb Classes > OdDbDictionary Class > OdDbDictionary Methods > remove Method > OdDbDictionary::remove Method (OdString&)
OdDbDictionary::remove Method (OdString&)
Syntax
C++
OdDbObjectId remove(const OdString& name);
Parameters 
Description 
const OdString& name 
[in] Entry name. 

Removes the entry with the specified name (key) from this Dictionary object, and returns the Object ID of the removed entry. 

 

Only the dictionary entry is removed; the associated object remains in the database without an owner. The dictionary is removed as a persistent reactor on the associated object.

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