Click or drag to resize
HeightUnit Enumeration
An enumeration of the different heights that the web site knows about.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum HeightUnit
Members
  Member nameValueDescription
Feet0 Feet.
Metres1 Metres.
Remarks
The names of these enumeration values must exactly match the equivalent names in the Javascript produced by the web site.
See Also