Click or drag to resize

MapImportReplaceLayer Method (String, Int32, String)

LightningChart .NET Help
Import new layer from shp data and replace data on given layer.

Namespace:  Arction.Wpf.ChartingMVVM.Maps
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public MapConverterConversionResult ImportReplaceLayer(
	string shpFilename,
	int targetLayerIndex,
	string configFile
)

Parameters

shpFilename
Type: SystemString
Shp file name.
targetLayerIndex
Type: SystemInt32
Target layer index.
configFile
Type: SystemString
Configuration file name.

Return Value

Type: MapConverterConversionResult
Success status.
See Also