Version

ShapefileRow.RowType Enumeration

Specifies the type of item represented by the current row.
Syntax
'Declaration
 
Public Enum ShapefileRow.RowType 
   Inherits System.Enum
public enum ShapefileRow.RowType : System.Enum 
Members
MemberDescription
NoneA placeholder value which cannot occur when reading a shapefile.
PointSpecifies a point shape.
PointMSpecifies a pointm shape (not supported; cannot occur when reading a shapefile)
PointZSpecifies a polypoint shape (not supported; cannot occur when reading a shapefile)
PolygonSpecifies a polygon shape.
PolygonMSpecifies a polygonm shape (not supported; cannot occur when reading a shapefile)
PolygonZSpecifies a polygonz shape (not supported; cannot occur when reading a shapefile)
PolyLineSpecifies a polyline shape.
PolyLineMSpecifies a polylinem shape (not supported; cannot occur when reading a shapefile)
PolyLineZSpecifies a polylinez shape (not supported; cannot occur when reading a shapefile)
PolyPatchSpecifies a polypatchm shape (not supported; cannot occur when reading a shapefile)
PolyPointSpecifies a polypoint shape (not supported; cannot occur when reading a shapefile)
PolyPointMSpecifies a polypointm shape (not supported; cannot occur when reading a shapefile)
PolyPointZSpecifies a polypointz shape (not supported; cannot occur when reading a shapefile)
Requirements

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

See Also