Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VectorLayerBase.ExportToShp(String, ShpExportOptions) Method

In This Article

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
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