AGI STK Objects 11 Send comments on this topic.
RefreshDelta Property (IAgScAnimation)
See Also 





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 * pRetVal
);
public: HRESULT put_RefreshDelta(
double NewRefreshDelta
);

[Java]
public double getRefreshDelta();public void setRefreshDelta(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1