VectorLayerBase.ExportToShp(String, ShpExportOptions) Method
SECURITY-RELATED CONSIDERATIONS
Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.
Exports the vector layer’s content to the specified file with the specified export options.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.2.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