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.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | String | A String value, specifying the path to a file to which the content will be exported. |
| options | ShpExportOptions | A ShpExportOptions object, specifying the exporting options. |
See Also