STK Graphics PrimitivesSend 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 ViewRefreshTime
);
[Java]
public double getViewRefreshTime();
public void setViewRefreshTime(
    double
);
[Python - STK API ]
@property
def ViewRefreshTime(self) -> float:

@ViewRefreshTime.setter
def ViewRefreshTime(self, ViewRefreshTime:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.