Click or drag to resize

MapImportNewLayer Method (String, Int32)

LightningChart .NET Help
Import new layer from shp data and insert it into map on given layer. Other layers are moved if necessary.

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

Parameters

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

Return Value

Type: MapConverterConversionResult
Success status.
See Also