Returns a description of a speed unit.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string SpeedUnit(
SpeedUnit speedUnit
)
Public Shared Function SpeedUnit (
speedUnit As SpeedUnit
) As String
public:
static String^ SpeedUnit(
SpeedUnit speedUnit
)
static member SpeedUnit :
speedUnit : SpeedUnit -> string
Parameters
- speedUnit
- Type: VirtualRadar.InterfaceSpeedUnit
Return Value
Type:
StringSee Also