BaseStationSupplementaryMessageTargetHeading Property |
Gets or sets the target heading from the aircraft's auto-pilot / FMS etc.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> TargetHeading { get; set; }
Public Property TargetHeading As Nullable(Of Single)
Get
Set
public:
property Nullable<float> TargetHeading {
Nullable<float> get ();
void set (Nullable<float> value);
}
member TargetHeading : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also