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






Windows & Linux

Description

Gets or sets the duration after camera view movement stops that this network link will refresh, when View Refresh Mode is set to On Stop.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ViewRefreshTime();
public: __property void set_ViewRefreshTime(
double
);

[Unmanaged C++]
public: HRESULT get_ViewRefreshTime(
double * pRetVal
);
public: HRESULT put_ViewRefreshTime(
double NewViewRefreshTime
);

[Java]
public double getViewRefreshTime();public void setViewRefreshTime(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface