Gets or sets the begin point of the trajectory.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Vector StartPoint { get; set; }
Visual Basic (Declaration)
Public Property StartPoint As Vector
Visual C++
public:
property Vector StartPoint {
	Vector get ();
	void set (Vector value);
}

See Also