API Reference > OdDg Classes > OdDgElementReactor Class > OdDgElementReactor Methods > OdDgElementReactor::goodbye Method
OdDgElementReactor::goodbye Method
Syntax
C++
virtual void goodbye(const OdDgElement* pElement);
Parameters 
Description 
const OdDgElement* pElement 
[in] Pointer to the element that is being deleted. 

Notification function called just before an element is deleted from memory. 

 

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.