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
Syntaxpublic enum ConversionResult
Public Enumeration ConversionResult
public enum class ConversionResult
Members|
| Member name | Value | Description |
|---|
| OK | 0 |
OK
|
| Canceled | 1 |
Canceled by user from wizard.
|
| InvalidLayerIndex | 2 |
Invalid layer index.
|
| SHPFileNotFound | 3 |
SHP file not found.
|
| ConfigurationFileNotFound | 4 |
XML configuration file not found.
|
| SHPFileEmpty | 5 |
SHP file empty.
|
| SHPConfigurationMismatch | 6 |
SHP file content and XML configuration file does not match.
|
| SHPUnauthorizedAccess | 7 |
Unauthorized access.
|
| SHPAccessLimited | 8 |
Access limited to file.
|
| NoSelectedFiles | 9 |
User has not selected any files from file selection dialog.
|
| FileVersionNotSupported | 10 |
Map file not compatible with this version of control.
|
See Also