CADability dotNET
Sets or gets the endpoint of the curve. When the endpoint is set, the startpoint remains unchanged.

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

Syntax

C#
GeoPoint2D EndPoint { get; set; }
Visual Basic
Property EndPoint As GeoPoint2D
	Get
	Set
Visual C++
property GeoPoint2D EndPoint {
	GeoPoint2D get ();
	void set (GeoPoint2D value);
}

See Also