Version

ShapeType Enumeration

Describes available types of item represented by the current row of a shapefile.
Syntax
'Declaration
 
Public Enum ShapeType 
   Inherits System.Enum
public enum ShapeType : 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
PolyLineSpecifies a polyline shape.
PolyLineMSpecifies a polylinem shape (not supported; cannot occur when reading a shapefile)
PolyLineZSpecifies a polylinez shape
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 7, 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