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


IGpsDisplayProperties.MinimumDisplayRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.MinimumDisplayRate Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

IGpsDisplayProperties Interface