| KmlNetworkLinkViewRefreshMode Enumeration | 
 
            Defines the options available for a KmlNetworkLink's ViewRefreshMode 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 KmlNetworkLinkViewRefreshMode
Public Enumeration KmlNetworkLinkViewRefreshMode
public enum class KmlNetworkLinkViewRefreshMode
type KmlNetworkLinkViewRefreshMode
 Members
Members|  | Member name | Description | 
|---|
|  | Never | Do not refresh the network link when the camera's view changes. | 
|  | OnRequest | Only refresh the network link when it is explicitly refreshed by calling the Refresh method. | 
|  | OnStop | Refresh the network link after camera view movement stops for the duration specified by  ViewRefreshTime. | 
|  | OnRegion | Refreshes the network link when the region associated with this link becomes active. | 
 See Also
See Also