AGI STK Graphics 11 Send comments on this topic.
RefreshInterval Property (IAgStkGraphicsKmlNetworkLink)
See Also 





Description

Gets or sets the interval duration at which this network link will refresh, when Refresh Mode is set to On Interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RefreshInterval() As Double

[C#]
public double RefreshInterval {get; set;}

[Managed C++]
public: __property double get_RefreshInterval();
public: __property void set_RefreshInterval(
double
);

[Unmanaged C++]
public: HRESULT get_RefreshInterval(
double * pRetVal
);
public: HRESULT put_RefreshInterval(
double NewRefreshInterval
);

[Java]
public double getRefreshInterval();public void setRefreshInterval(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1