API Reference > OdDg Classes > OdDgElement Class > OdDgElement Methods > OdDgElement::unappended Method
OdDgElement::unappended Method
Syntax
C++
virtual void unappended(const OdDgElement* pElement);
Parameters 
Description 
const OdDgElement* pElement 
[in] Pointer to the notifying element. 

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

 

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