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.2.419.0 (24.2.419.0)
Syntax public enum KmlNetworkLinkRefreshMode
Public Enumeration KmlNetworkLinkRefreshMode
public enum class KmlNetworkLinkRefreshMode
type KmlNetworkLinkRefreshMode
Members
| Member name | Description |
---|
| 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