Back to Devexpress

ShpExportOptions.ShapeType Property

windowsforms-devexpress-dot-xtramap-dot-shpexportoptions.md

latest2.2 KB
Original Source

ShpExportOptions.ShapeType Property

Gets or sets the shape type used to store exported shapes.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(ShapeType.Polygon)]
public ShapeType ShapeType { get; set; }
vb
<DefaultValue(ShapeType.Polygon)>
Public Property ShapeType As ShapeType

Property Value

TypeDefaultDescription
ShapeTypePolygon

The ShapeType enumeration value, specifying the type used to store data.

|

Available values:

Show 12 items

NameDescription
Point

A point consists of a pair of XY-coordinates.

| | PolyLine |

A set of vertices that consists of one or more connected sequences of two or more Points.

| | Polygon |

A set of one ore more connected sequences of four or more Points that form a closed loop.

| | MultiPoint |

A set of Points.

| | PointZ |

A point consists of a triplet of XYZ-coordinates and a measure.

| | PolyLineZ |

A set of vertices that consists of one or more connected sequences of two or more PointZs.

| | PolygonZ |

A set of one ore more connected sequences of four or more PointZs that form a closed loop.

| | MultiPointZ |

A set of PointZs.

| | PointM |

A point consists of a pair of XY-coordinates and a measure.

| | PolyLineM |

A set of vertices that consists of one or more connected sequences of two or more PointMs.

| | PolygonM |

A set of one ore more connected sequences of four or more PointMs that form a closed loop.

| | MultiPointM |

A set of PointMs.

|

See Also

ShpExportOptions Class

ShpExportOptions Members

DevExpress.XtraMap Namespace