MapImportReplaceLayer Method (String, Int32, String) |
LightningChart .NET Help
Import new layer from shp data and replace data on given layer.
Namespace:
Arction.Wpf.Charting.Maps
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic MapConverterConversionResult ImportReplaceLayer(
string shpFilename,
int targetLayerIndex,
string configFile
)
Public Function ImportReplaceLayer (
shpFilename As String,
targetLayerIndex As Integer,
configFile As String
) As MapConverterConversionResult
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:
MapConverterConversionResultSuccess status.
See Also