Enumeration representing a ShapeType. Currently supported shape types are Point, PolyLine, Polygon and PolyLineM
Namespace:
EGIS.ShapeFileLibAssembly: 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 name | Description | |
---|---|---|
NullShape | ||
Point | ||
PolyLine | ||
Polygon | ||
MultiPoint | ||
PointZ | ||
PolyLineZ | ||
PolygonZ | ||
MultiPointZ | ||
PointM | ||
PolyLineM |