API Reference > OdDg Classes > OdDgElementReactor Class > OdDgElementReactor Methods > OdDgElementReactor::reappended Method
OdDgElementReactor::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.