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

Removes the entry with the specified Object ID 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.