API Reference > OdDg Classes > OdDgElement Class > OdDgElement Methods > OdDgElement::subElementModified Method
OdDgElement::subElementModified Method
Syntax
C++
virtual void subElementModified(const OdDgElement* pElement, const OdDgElement* pSubElm);
Parameters 
Description 
const OdDgElement* pElement 
[in] Pointer to the notifying element.  
const OdDgElement* pSubElm 
[in] A pointer to the subelement owned by pElement. 

Notification function called whenever a method of the specified subelement has called assertWriteEnabled() 

 

Notification is made upon pElement->close().

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