Enumeration representing a ShapeType. Currently supported shape types are Point, PolyLine, Polygon and PolyLineM

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

Syntax

Visual Basic (Declaration)
Public Enumeration ShapeType
C#
public enum ShapeType
Visual C++
public enum class ShapeType

Members

Member nameDescription
NullShape
Point
PolyLine
Polygon
MultiPoint
PointZ
PolyLineZ
PolygonZ
MultiPointZ
PointM
PolyLineM

See Also