Click or drag to resize
SpeedUnit Enumeration
An enumeration of the different speed units that the web site can deal with.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SpeedUnit
Members
  Member nameValueDescription
Knots0 Knots.
MilesPerHour1 Miles per hour.
KilometresPerHour2 Kilometres per hour.
Remarks
The names of these enumeration values must exactly match the equivalent names in the Javascript produced by the web site.
See Also