AircraftJsonTargetTrack Property |
Gets or sets the heading on the aircraft's autopilot or FMS.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> TargetTrack { get; set; }
Public Property TargetTrack As Nullable(Of Single)
Get
Set
public:
property Nullable<float> TargetTrack {
Nullable<float> get ();
void set (Nullable<float> value);
}
member TargetTrack : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also