Gets or sets the end point of the element.

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

Syntax

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

See Also