CADability dotNET
Copies the data of the given object to this object. Both objects must be of the same type.

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void Copy(
	ICurve2D toCopyFrom
)
Visual Basic
Sub Copy ( _
	toCopyFrom As ICurve2D _
)
Visual C++
void Copy(
	ICurve2D^ toCopyFrom
)

Parameters

toCopyFrom
Type: CADability.Curve2D..::..ICurve2D
Copies the data of this object

See Also