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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1