API Reference > OdDb Classes > OdDbRasterImageDefReactor Class > OdDbRasterImageDefReactor Methods > OdDbRasterImageDefReactor::modified Method
OdDbRasterImageDefReactor::modified Method
Syntax
C++
void modified(const OdDbObject* pObject);
Parameters 
Description 
const OdDbObject* pObject 
[in] Pointer to the object that is being closed after being modified.
remarks The default implementation of this function does nothing. This function can be overridden in custom classes. 

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

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.