Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.4 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.4 - 200.7
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.