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