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 (Declaration) |
|---|
Public Enumeration ShapeType |
| C# |
|---|
public enum ShapeType |
| Visual C++ |
|---|
public enum class ShapeType |
Members
| Member name | Description | |
|---|---|---|
| NullShape | ||
| Point | ||
| PolyLine | ||
| Polygon | ||
| MultiPoint | ||
| PointZ | ||
| PolyLineZ | ||
| PolygonZ | ||
| MultiPointZ | ||
| PointM | ||
| PolyLineM |