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