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


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

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