API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > purge Method > OdDbDatabase::purge Method (OdDbObjectIdArray&)
OdDbDatabase::purge Method (OdDbObjectIdArray&)
Syntax
C++
virtual void purge(OdDbObjectIdArray& objectIds) const;
Parameters 
Description 
OdDbObjectIdArray& objectIds 
[in/out] Array of object IDs. 

Removes the object IDs from the specified array that are hard referenced in this database object. 

 

Any remaining object IDs can be safely erased. This function does not modify this database object.

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