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