Click or drag to resize

MapConverterConversionResult Enumeration

LightningChart .NET Help
Map conversion result.

Namespace:  Arction.Wpf.Charting.Maps
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum ConversionResult
Members
  Member nameValueDescription
OK0 OK
Canceled1 Canceled by user from wizard.
InvalidLayerIndex2 Invalid layer index.
SHPFileNotFound3 SHP file not found.
ConfigurationFileNotFound4 XML configuration file not found.
SHPFileEmpty5 SHP file empty.
SHPConfigurationMismatch6 SHP file content and XML configuration file does not match.
SHPUnauthorizedAccess7 Unauthorized access.
SHPAccessLimited8 Access limited to file.
NoSelectedFiles9 User has not selected any files from file selection dialog.
FileVersionNotSupported10 Map file not compatible with this version of control.
See Also