Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgElement::unappended Method
Syntax
C++
virtual void unappended(const OdDgElement* pElement);

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

 

Parameters
Description
pElement
[in] Pointer to the notifying element.

The notifying element 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.