API Reference > OdDb Classes > OdDbDatabaseReactor Class > OdDbDatabaseReactor Methods > OdDbDatabaseReactor::objectErased Method
OdDbDatabaseReactor::objectErased Method
Syntax
C++
virtual void objectErased(const OdDbDatabase* pDb, const OdDbObject* pObject, bool erased = true);
Parameters 
Description 
const OdDbDatabase* pDb 
[in] Pointer to the database being modified.  
const OdDbObject* pObject 
[in] Pointer to the object being modified.  
bool erased = true 
[in] True if and only if the object is being erased. 

Notification function called whenever an OdDbObject has been erased or unerased. 

 

This function is called after the operation.

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