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

Notification function called whenever an object is opened for modify OdDb::kForWrite. 

 

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.