Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHatchWatcherPE::modified Method
Syntax
C++
virtual void modified(OdDbObject* pObj, const OdDbObject* pAssocObj);

Notification function called whenever an object receives a modified notification from an associated object. 

 

Parameters
Description
pObj
[in] Pointer to the object that received the notification.
pAssocObj
[in] Pointer to the associated object.

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

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.