API Reference > OdDb Classes > OdDbBreakData Class > OdDbBreakData Methods > OdDbBreakData::modified Method
OdDbBreakData::modified Method
Syntax
C++
virtual void modified(const OdDbObject* pObj);
Parameters 
Description 
pObject 
[in] Pointer to the object that is being closed after being modified. 

Notification function called whenever an object is opened OdDb::kForWrite, a function has been called that could modify the contents of this object, and this object is now being closed. 

 

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.