API Reference > OdDb Classes > OdDbHatchWatcherPE Class > OdDbHatchWatcherPE Methods > OdDbHatchWatcherPE::modifiedItself Method
OdDbHatchWatcherPE::modifiedItself Method
Syntax
C++
virtual void modifiedItself(OdDbHatch* pHatch);
Parameters 
Description 
OdDbHatch* pHatch 
[in] Pointer to the hatch object. 

Notification function called whenever an OdDbHatch object is modified. 

 

This function is called whenever the hatch object is being closed after being modified. 

This protocol extension is added to the OdDbHatch class by the Drawings during initialization. 

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.