API Reference > Classes > Database Classes > OdBmDatabaseReactor Class > OdBmDatabaseReactor Methods > OdBmDatabaseReactor::objectDeconstructed Method
OdBmDatabaseReactor::objectDeconstructed Method
Syntax
C++
virtual void objectDeconstructed(const OdBmDatabase* pDb, const OdBmObjectId& id);
Parameters 
Description 
const OdBmDatabase* pDb 
[in] Pointer to a database.  
const OdBmObjectId& id 
[out] Id of the object that was destroyed. 

Notification function called whenever an object is destroyed. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.