Click or drag to resize
AircraftOperationalStatusMessageMaximumLength Property
Gets or sets the upper-bound length of the vehicle in metres.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<float> MaximumLength { get; set; }

Property Value

Type: NullableSingle
Remarks
The length of the vehicle is, at most, this many metres - except when it is over 85 metres long or 90 metres wide, in which case this value is set to 85.
See Also