Gets the ShapeType of the ShapeFile

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

Syntax

Visual Basic
Public ReadOnly Property ShapeType As ShapeType
	Get
C#
public ShapeType ShapeType { get; }
Visual C++
public:
property ShapeType ShapeType {
	ShapeType get ();
}
JavaScript
function get_shapeType();

See Also