| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum KmlNetworkLinkRefreshMode
Public Enumeration KmlNetworkLinkRefreshMode
public enum class KmlNetworkLinkRefreshMode
type KmlNetworkLinkRefreshMode
 Members
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
See Also