Gets the ShapeType of the ShapeFile

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ShapeType As ShapeType
C#
public ShapeType ShapeType { get; }
Visual C++
public:
property ShapeType ShapeType {
	ShapeType get ();
}

See Also