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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface