Show / Hide Table of Contents

Enum KmlRefreshMode

The list of KML refresh modes.

Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlRefreshMode
Remarks

Defines the time-based refresh behavior of a KmlNetworkLink

Fields

Name Description
OnChange

Refresh when the file is loaded and whenever the Link parameters change. (default)

OnExpire

Refresh the file when the expiration time is reached. If a fetched file has a NetworkLinkControl, the "expires" time takes precedence over expiration times specified in HTTP headers. If no "expires" time is specified, the HTTP max-age header is used (if present). If max-age is not present, the Expires HTTP header is used (if present). Currently this is treated the same as if the mode were OnChange.

OnInterval

Refresh every n milliseconds, where n is specified by RefreshInterval. If no RefreshInterval is set, it will default to 500 milliseconds.

Applies to

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