AirborneVelocityMessageAirspeed Property |
Gets or sets the aircraft's airspeed in knots.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<double> Airspeed { get; set; }
Public Property Airspeed As Nullable(Of Double)
Get
Set
public:
property Nullable<double> Airspeed {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Airspeed : Nullable<float> with get, set
Property Value
Type:
NullableDouble
Remarks
If this value is supplied then
Heading will also indicate the heading (although it can be null if
the heading is unknown) and
VectorVelocity will be null.
See Also