This document is archived and information here might be outdated. Recommended version. |
The minimum amount of time in seconds between screen refreshes for the display of the current position.
[Visual Basic .NET] Public Property MinimumDisplayRate As Double
[C#] public double MinimumDisplayRate {get; set;}
[C++]
HRESULT get_MinimumDisplayRate(
System.Double* pRate
);
[C++]
HRESULT put_MinimumDisplayRate(
double pRate
);
[C++]
Parameters pRate [out, retval]
pRate is a parameter of type double* pRate [in]
pRate is a parameter of type double