This document is archived and information here might be outdated. Recommended version. |
Indicates the maximum duration between map display refreshes, as defined in the dynamic update controller.
[Visual Basic .NET]
Public Property RefreshRate As Double
[C#]
public double RefreshRate {get; set;}
[C++]
HRESULT get_RefreshRate(
System.Double* pVal
);
[C++]
HRESULT put_RefreshRate(
double pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type double* pVal [in]
pVal is a parameter of type double