Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHatchWatcherPE::modifiedItself Method
Syntax
C++
virtual void modifiedItself(OdDbHatch* pHatch);

Notification function called whenever an OdDbHatch object is modified. 

 

Parameters
Description
pHatch
[in] Pointer to the hatch object.

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-2022. Open Design Alliance All rights reserved.