An enumeration of the different heights that the web site knows about.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration HeightUnit
public enum class HeightUnit
Members
| Member name | Value | Description |
---|
| Feet | 0 |
Feet.
|
| Metres | 1 |
Metres.
|
Remarks The names of these enumeration values must exactly match the equivalent names in the Javascript produced by the web site.
See Also