Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObject::modifiedXData Method
Syntax
C++
virtual void modifiedXData(const OdDbObject* pObject);

Notification function called whenever the XData has been written to the notifying object. 

 

Parameters
Description
pObject
[in] Pointer to the notifying object.

Notification is made upon pObject->close() or pObject->cancel(). 

The notifying object is open OdDb::kForRead. 

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.