Gets / Sets the LineType to use when rending lines (PolyLine and PolyLineM only)

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property LineType As LineType
	Get
	Set
C#
public LineType LineType { get; set; }
Visual C++
public:
property LineType LineType {
	LineType get ();
	void set (LineType value);
}
JavaScript
function get_lineType();
function set_lineType(value);

See Also