BaseStationSupplementaryMessageTrackIsHeading Property |
Gets or sets a value indicating whether the
Track value is
the aircraft's heading (true) or ground track (false).
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<bool> TrackIsHeading { get; set; }
Public Property TrackIsHeading As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> TrackIsHeading {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member TrackIsHeading : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanRemarks
If there is no supplementary message then the Track should be assumed to be the ground track.
See Also