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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.