An enumeration of the different speed units that the web site can deal with.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration SpeedUnit
public enum class SpeedUnit
Members
| Member name | Value | Description |
---|
| Knots | 0 |
Knots.
|
| MilesPerHour | 1 |
Miles per hour.
|
| KilometresPerHour | 2 |
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