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

MapItemsLayerBase.ExportToSvg(String) Method

Exports data from this vector layer to the specified SVG file.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void ExportToSvg(
    string filePath
)

Parameters

Name Type Description
filePath String

A String object specifying a shapefile in which map items are exported.

See Also