API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::modifiedXData Method
OdDbObject::modifiedXData Method
Syntax
C++
virtual void modifiedXData(const OdDbObject* pObject);
Parameters 
Description 
const OdDbObject* pObject 
[in] Pointer to the notifying object. 

Notification function called whenever the XData has been written 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–2020. Open Design Alliance. All rights reserved.