This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.MinimumDisplayRate Property (ArcObjects .NET 10.4 SDK) |
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(
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