'Declaration Public Enum ShapefileRow.RowType Inherits System.Enum
public enum ShapefileRow.RowType : System.Enum
Member | Description |
---|---|
None | A placeholder value which cannot occur when reading a shapefile. |
Point | Specifies a point shape. |
PointM | Specifies a pointm shape (not supported; cannot occur when reading a shapefile) |
PointZ | Specifies a polypoint shape (not supported; cannot occur when reading a shapefile) |
Polygon | Specifies a polygon shape. |
PolygonM | Specifies a polygonm shape (not supported; cannot occur when reading a shapefile) |
PolygonZ | Specifies a polygonz shape (not supported; cannot occur when reading a shapefile) |
PolyLine | Specifies a polyline shape. |
PolyLineM | Specifies a polylinem shape (not supported; cannot occur when reading a shapefile) |
PolyLineZ | Specifies a polylinez shape (not supported; cannot occur when reading a shapefile) |
PolyPatch | Specifies a polypatchm shape (not supported; cannot occur when reading a shapefile) |
PolyPoint | Specifies a polypoint shape (not supported; cannot occur when reading a shapefile) |
PolyPointM | Specifies a polypointm shape (not supported; cannot occur when reading a shapefile) |
PolyPointZ | Specifies a polypointz shape (not supported; cannot occur when reading a shapefile) |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2