VectorLayerBase.ExportToShp(String, ShpExportOptions) Method
Exports the vector layer’s content to the specified file with the specified export options.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public void ExportToShp(
string filePath,
ShpExportOptions options
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A String value, specifying the path to a file to which the content will be exported. |
options | Shp |
A Shp |