This document is archived and information here might be outdated.  Recommended version.


IGpsDisplayProperties.MinimumDisplayRate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.MinimumDisplayRate Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpsDisplayProperties Interface