Close

Relief for ODA Team in Ukraine

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

Notification function called whenever the Undo process processes the appending of the notifying object to the database. 

 

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

The notifying object is marked as erased. It is not removed the database, and can be unerased, even 'before' it was created. 

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.