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: 24.2.419.0 (24.2.419.0)
Syntax public enum KmlNetworkLinkViewRefreshMode
Public Enumeration KmlNetworkLinkViewRefreshMode
public enum class KmlNetworkLinkViewRefreshMode
type KmlNetworkLinkViewRefreshMode
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