Gets/Sets if the polyline has been finished or not

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

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

See Also