NevronOpenVision
Nevron.Nov.Diagram.Import.Map Namespace / ENShapefileRecordType Enumeration
ENShapefileRecordType Enumeration
Indicates the type of shapes described by a single ESRI shapefile record.
Syntax
public enum ENShapefileRecordType : System.Enum 
Members
MemberDescription
AutomaticThe record type is automatically determined by analyzing the contents of the record.
MultiPatchUnused. The record represents a solid surface connected by several points.
MultiPointThe record represents a collection of unconnected geographic points.
MultiPointMUnused. The record represents a collection of measured, unconnected points.
MultiPointZUnused. The record represents a collection of unconnected three-dimensional geographic points.
NullShapeThe record represents an empty value.
PointThe record represents a single geographic point.
PointMUnused. The record represents a single measured point.
PointZUnused. The record represents a three-dimensional coordinate.
PolygonThe record represents a closed shape.
PolygonMUnused. The record represents a measured shape.
PolygonZUnused. The record represents a closed, three-dimensional shape.
PolyLineThe record represents a line connected by two or more points.
PolyLineMUnused. The record represents a single measured line.
PolyLineZUnused. The record represents a three-dimensional line connected by two or more points.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Diagram.Import.Map.ENShapefileRecordType

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also