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


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

IGpsDisplayProperties.SpeedUnits Property

The units to use for the speed of the current position.

[Visual Basic .NET]
Public Property SpeedUnits As esriGpsSpeedUnits
[C#]
public esriGpsSpeedUnits SpeedUnits {get; set;}
[C++]
HRESULT get_SpeedUnits(
  esriGpsSpeedUnits* pUnits
);
[C++]
HRESULT put_SpeedUnits(
  esriGpsSpeedUnits pUnits
);
[C++]
Parameters
pUnits [out, retval]

pUnits is a parameter of type esriGpsSpeedUnits* pUnits [in]
pUnits is a parameter of type esriGpsSpeedUnits

Product Availability

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

See Also

IGpsDisplayProperties Interface