Enum KmlRefreshStatus
The list of KML refresh status event types.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlRefreshStatus
Fields
Name | Description |
---|---|
Completed | The KML node refresh ends; therefore, the node properties and its children can be read and updated. |
Failed | The KML node refresh fail; therefore, RefreshError is set with the reason for failure. Application may show this error message, an appropriate UI cue, such as a red X with the node's TOC icon. to indicate failed status. |
InProgress | The KML node refresh starts; therefore, invalidates the node and its children. Application may show an appropriate UI cue, such as a spinning wheel on top of the node's TOC icon, to indicate in progress status and to restrict user interaction with the node. |
None | The KML node has no refresh status; therefore, no action is required. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.4 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 100.15 |