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

Notification function called whenever the notifying element has had its clone() member function called. 

 

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.