CADability dotNET

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

Syntax

C#
GeoPoint ICurve.EndPoint { get; set; }
Visual Basic
Private Property EndPoint As GeoPoint
	Implements ICurve.EndPoint
	Get
	Set
Visual C++
private:
virtual property GeoPoint EndPoint {
	GeoPoint get () sealed = ICurve::EndPoint::get;
	void set (GeoPoint value) sealed = ICurve::EndPoint::set;
}

Implements

ICurve..::..EndPoint

See Also