KmlNetworkLink Properties |
The KmlNetworkLink type exposes the following members.
Name | Description | |
---|---|---|
BoundingSphere |
The bounding sphere encompassing the area associated with this feature.
(Inherited from KmlFeature.) | |
Content |
Gets the content associated with this feature.
(Inherited from KmlFeature.) | |
Cookie |
Gets the cookie string associated with this network link.
| |
Description |
Gets the description associated with this feature.
(Inherited from KmlFeature.) | |
Display |
Gets or sets whether this feature will be displayed in the Scene.
(Inherited from KmlFeature.) | |
Expires |
Gets the string specifying the date/time this network should expire and be refreshed.
| |
IsLoaded |
Gets whether the document associated with this feature is loaded.
(Inherited from KmlFeature.) | |
LinkSnippet |
Gets the link snippet associated with this network link.
| |
Message |
Gets the message string associated with this network link.
| |
MinimumRefreshPeriod |
Gets the duration that is the minimum allowed time between refreshes of this network link.
| |
Name |
Gets the name of this feature.
(Inherited from KmlFeature.) | |
RefreshInterval |
Gets or sets the interval duration at which this network link will refresh, when
RefreshMode is set to
KmlNetworkLinkRefreshMode.OnInterval.
| |
RefreshMode |
Gets or sets the refresh mode of the network link. The refresh mode specifies a time-based refresh policy for this link.
| |
Snippet |
Gets the snippet associated with this feature.
(Inherited from KmlFeature.) | |
Uri |
Gets the Uri of the network link.
| |
ViewBoundScale |
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.
| |
ViewRefreshMode |
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.
| |
ViewRefreshTime |
Gets or sets the duration after camera view movement stops that this network link will refresh, when
ViewRefreshMode is set to
KmlNetworkLinkViewRefreshMode.OnStop.
|