C++
GE_DLLEXPIMPORT AcGeCurve2d& operator =( AcGeCurve2d&& curve );
Description
Moves a temp AcGeCurve2d object to the object.
Parameters
Parameters | Description |
---|---|
curve | Input reference to the temp AcGeCurve2d |
Returns
A reference to this AcGeCurve2d object.