Click or drag to resize

KmlNetworkLink Class

A KML network link.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class KmlNetworkLink : KmlFeature

The KmlNetworkLink type exposes the following members.

Properties
  NameDescription
Public propertyBoundingSphere
The bounding sphere encompassing the area associated with this feature.
(Inherited from KmlFeature.)
Public propertyContent
Gets the content associated with this feature.
(Inherited from KmlFeature.)
Public propertyCookie
Gets the cookie string associated with this network link.
Public propertyDescription
Gets the description associated with this feature.
(Inherited from KmlFeature.)
Public propertyDisplay
Gets or sets whether this feature will be displayed in the Scene.
(Inherited from KmlFeature.)
Public propertyExpires
Gets the string specifying the date/time this network should expire and be refreshed.
Public propertyIsLoaded
Gets whether the document associated with this feature is loaded.
(Inherited from KmlFeature.)
Public propertyLinkSnippet
Gets the link snippet associated with this network link.
Public propertyMessage
Gets the message string associated with this network link.
Public propertyMinimumRefreshPeriod
Gets the duration that is the minimum allowed time between refreshes of this network link.
Public propertyName
Gets the name of this feature.
(Inherited from KmlFeature.)
Public propertyRefreshInterval
Gets or sets the interval duration at which this network link will refresh, when RefreshMode is set to KmlNetworkLinkRefreshMode.OnInterval.
Public propertyRefreshMode
Gets or sets the refresh mode of the network link. The refresh mode specifies a time-based refresh policy for this link.
Public propertySnippet
Gets the snippet associated with this feature.
(Inherited from KmlFeature.)
Public propertyUri
Gets the Uri of the network link.
Public propertyViewBoundScale
Gets or sets the value that scales the bounding box defining the view associated with this network link. A value less than 1.0 specifies to use less than the full view (screen). A value greater than 1.0 specifies to refresh an area that extends beyond the edges of the current view.
Public propertyViewRefreshMode
Gets or sets the view refresh mode of the network link. The view refresh mode specifies the refresh policy for the when the camera's view changes.
Public propertyViewRefreshTime
Gets or sets the duration after camera view movement stops that this network link will refresh, when ViewRefreshMode is set to KmlNetworkLinkViewRefreshMode.OnStop.
Top
Methods
  NameDescription
Public methodDispose (Inherited from KmlFeature.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFlyTo
Moves the camera to the area encompassing this feature.
(Inherited from KmlFeature.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRefresh
Refreshes the network link.
Public methodShowBalloon
Shows the balloon associated with this feature.
(Inherited from KmlFeature.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also