STK ObjectsSend comments on this topic.
RefreshDelta Property (IAgScAnimation)
See Also
Windows





Windows & Linux

Description

Refresh Delta property, the amount of time between refresh updates. The actual refresh delta is limited by the minimum time necessary to draw the scenario. The refresh time varies with processor performance, graphics hardware and scenario complexity. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RefreshDelta() As Double
[C#]
public double RefreshDelta {get; set;}
[Managed C++]
public: __property double get_RefreshDelta();
public: __property void set_RefreshDelta( double );
[Unmanaged C++]
public: HRESULT get_RefreshDelta(
    double * pVal
);
public: HRESULT put_RefreshDelta(
    double pVal
);
[Java]
public double getRefreshDelta();
public void setRefreshDelta(
    double
);
[Python - STK API ]
@property
def RefreshDelta(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.