Skip to main content

MapItemsLayerBase.ExportToSvg(String) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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