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


IGpsDisplayProperties.UseMinimumDisplayRate 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.UseMinimumDisplayRate Property
ArcGIS Developer Help

IGpsDisplayProperties.UseMinimumDisplayRate Property

Indicates if the minimum display rate value is in effect.

[Visual Basic .NET]
Public Property UseMinimumDisplayRate As Boolean
[C#]
public bool UseMinimumDisplayRate {get; set;}
[C++]
HRESULT get_UseMinimumDisplayRate(
  Boolean* pUse
);
[C++]
HRESULT put_UseMinimumDisplayRate(
  VARIANT_BOOL pUse
);
[C++]
Parameters
pUse [out, retval]

pUse is a parameter of type bool* pUse [in]
pUse is a parameter of type bool

Product Availability

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

See Also

IGpsDisplayProperties Interface