Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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