Gets/Sets the polyline´s type

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

Syntax

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

See Also