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

Copies the contents of the specified object into this object when possible. 

 

The source object and this object need not be of the same type. This function is meaningful only when implemented by custom classes.

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