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

Notification function called whenever a Redo process processes the reappending of the notifying element to the database. 

 

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.