API Reference > OdRx Classes > OdRxObject Class > OdRxObject Methods > OdRxObject::copyFrom Method
OdRxObject::copyFrom Method
Syntax
C++
virtual void copyFrom(const OdRxObject* pSource);
Parameters 
Description 
const OdRxObject* pSource 
[in] Pointer to the source object. 

details Copies the contents of the specified object into this object. 

 

The default implementation of this function does nothing but throw an eNotApplicable exception.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.