Gets/Sets the index of the polyline's point that it is being edited

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

Syntax

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

See Also