Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObject::modifyUndone Method
Syntax
C++
virtual void modifyUndone(const OdDbObject* pObject);

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

 

Parameters
Description
pObject
[in] Pointer to the notifying object.

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-2022. Open Design Alliance All rights reserved.