API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::copied Method
OdDbObject::copied Method
Syntax
C++
virtual void copied(const OdDbObject* pObject, const OdDbObject* pNewObject);
Parameters 
Description 
const OdDbObject* pObject 
[in] Pointer to the notifying object.  
const OdDbObject* pNewObject 
[in] Pointer to the object resulting from the copy. 

Notification function called whenever the notifying object 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.