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

Notification function called whenever an element is opened OdDg::kForWrite, a function has been called that could modify the contents of this element, and this element is now being closed. 

 

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.