BaseStationMessageTrack Property |
Gets or sets the direction that the aircraft is heading in, if known.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> Track { get; set; }
Public Property Track As Nullable(Of Single)
Get
Set
public:
property Nullable<float> Track {
Nullable<float> get ();
void set (Nullable<float> value);
}
member Track : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also