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

Notification function called whenever the notifying object is in the midst an Undo operation that is undoing modifications. 

 

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.