Click or drag to resize

KmlNetworkLinkRefreshMode Enumeration

Defines the options available for a KmlNetworkLink's RefreshMode property.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum KmlNetworkLinkRefreshMode
Members
  Member nameDescription
OnChange Refresh when the document is loaded and whenever the Link parameters change (the default).
OnInterval Refresh the network link at the duration specified by RefreshInterval.
OnExpire Refresh the network link when the expiration time is reached.
See Also