Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObjectReactor::copied Method
Syntax
C++
virtual void copied(const OdDbObject* pObject, const OdDbObject* pNewObject);

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

 

Parameters
Description
pObject
[in] Pointer to the notifying object.
pNewObject
[in] Pointer to the object resulting from the copy.

The default implementation of this function does nothing. This function can be overridden in custom classes.

Copyright © 2002-2022. Open Design Alliance All rights reserved.