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
);
|
See Also