CADability dotNET
Sets or gets the startpoint of the line. Setting the startpoint causes the line to fire the WillChangeEvent and the DidChangeEvent.

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

Syntax

C#
public virtual GeoPoint StartPoint { get; set; }
Visual Basic
Public Overridable Property StartPoint As GeoPoint
	Get
	Set
Visual C++
public:
virtual property GeoPoint StartPoint {
	GeoPoint get ();
	void set (GeoPoint value);
}

Implements

ICurve..::..StartPoint

See Also