CADability dotNET
The endpoint of the curve. If the curve is closed, this is the point where the parameter is 1.0.

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

Syntax

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

See Also