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