API Reference > OdDg Classes > OdDgDatabaseReactor Class > OdDgDatabaseReactor Methods > OdDgDatabaseReactor::elementOpenedForModify Method
OdDgDatabaseReactor::elementOpenedForModify Method
Syntax
C++
virtual void elementOpenedForModify(const OdDgDatabase* pDb, const OdDgElement* pElement);
Parameters 
Description 
const OdDgDatabase* pDb 
[in] Pointer to the database being modified.  
const OdDgElement* pElement 
[in] Pointer to the object being modified. 

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

 

This function is called before the operations.

objectModified

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