ShpExportOptions Class
Stores shapefile export options.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Remarks
This class provides the following properties, allowing you to configure export.
- The ShpExportOptions.ShapeType property, allowing you to specify the shape type used to store exported shapes (refer to the ERSI Shapefile Technical Description document to learn more about shape types).
- The ShpExportOptions.ExportToDbf property, allowing you to specify the value indicating whether attribute values should be exported to a DBF file.
Inheritance
See Also