API Reference > OdDg Classes > OdDgElementReactor Class > OdDgElementReactor Methods > OdDgElementReactor::openedForModify Method
OdDgElementReactor::openedForModify Method
Syntax
C++
virtual void openedForModify(const OdDgElement* pElement);
Parameters 
Description 
const OdDgElement* pElement 
[in] Pointer to the element that is being opened. 

Notification function called whenever an element is opened for modify OdDg::kForWrite. 

 

The default implementation of this function does nothing. This function can be overridden in custom classes.

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