INetworkLink80
This interface gives the client access to KML network links.
|
|
Properties |
|
|
|
Gets and sets the time interval, in seconds, between auto-refreshing of the layer. The minimum interval is 1 second. |
|
|
|
Gets and sets the path or URL to the network link. |
|
|
|
Gets and sets the interval, in seconds, after stopping the flight until the layer is refreshed. |
|
|
|
An ITreeItem80 representing details about the representation of the object in the Project Tree. |
|
|
|
Methods |
|
|
|
Refreshes the network link. |
AutoRefreshInterval
Gets and sets the time interval, in seconds, for auto-refreshing the layer. The minimum interval is 1 second. Passing 0 cancels the AutoRefreshInterval.
|
JavaScript |
|
|
AutoRefreshInterval |
|
|
C# |
|
|
int AutoRefreshInterval { get; set;} |
|
|
C++ |
|
|
HRESULT AutoRefreshInterval ([out, retval] long* seconds) HRESULT AutoRefreshInterval ([in] long* seconds) |
|
Path
Gets and sets the path or URL to the network link.
|
JavaScript |
|
|
Path |
|
|
C# |
|
|
string Path { get; set;} |
|
|
C++ |
|
|
HRESULT Path([out, retval] BSTR* pVal) HRESULT Path([in] BSTR* pVal) |
|
RefreshAfterStopInterval
Gets and sets the interval, in seconds, after stopping the flight until the layer is refreshed.
|
JavaScript |
|
|
RefreshAfterStopInterval |
|
|
C# |
|
|
double RefreshAfterStopInterval { get; } |
|
|
C++ |
|
|
HRESULT RefreshAfterStopInterval ([out, retval] long* seconds) HRESULT RefreshAfterStopInterval ([in] long* seconds) |
|
Refresh
Refreshes the network link.
|
JavaScript |
|
|
|
|
Refresh |
|||
|
C# |
|
|
|
|
Refresh() |
|||
|
C++ |
|
|
|
|
|
HRESULT Refresh() |
||||