AircraftOperationalStatusMessageMaximumWidth Property |
Gets or sets the upper-bound width of the vehicle in metres.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> MaximumWidth { get; set; }
Public Property MaximumWidth As Nullable(Of Single)
Get
Set
public:
property Nullable<float> MaximumWidth {
Nullable<float> get ();
void set (Nullable<float> value);
}
member MaximumWidth : Nullable<float32> with get, set
Property Value
Type:
NullableSingleRemarks
The width 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 90.
See Also