API Reference > OdDb Classes > OdDbViewport Class > OdDbViewport Methods > OdDbViewport::modified Method
OdDbViewport::modified Method
Syntax
C++
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 in the OdDb::kForWrite mode, a function is called that could modify the contents of this object, and this object is now being closed. 

 

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