API Reference > OdDb Classes > OdDbDatabaseReactor Class > OdDbDatabaseReactor Methods > OdDbDatabaseReactor::objectOpenedForModify Method
OdDbDatabaseReactor::objectOpenedForModify Method
Syntax
C++
virtual void objectOpenedForModify(const OdDbDatabase* pDb, const OdDbObject* pObject);
Parameters 
Description 
const OdDbDatabase* pDb 
[in] Pointer to the database being modified.  
const OdDbObject* pObject 
[in] Pointer to the object being modified. 

Notification function called whenever an OdDbObject is about to be modified. 

 

This function is called before the operations.

objectModified

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