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
Public Enumeration ShapeType
C#
public enum ShapeType
Visual C++
public enum class ShapeType
JavaScript
EGIS.ShapeFileLib.ShapeType = function();
EGIS.ShapeFileLib.ShapeType.createEnum('EGIS.ShapeFileLib.ShapeType', false);

Members

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

See Also