TargetStateAndStatusVersion1TargetHeading Property |
Gets or sets the target heading or track angle.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<short> TargetHeading { get; set; }
Public Property TargetHeading As Nullable(Of Short)
Get
Set
public:
property Nullable<short> TargetHeading {
Nullable<short> get ();
void set (Nullable<short> value);
}
member TargetHeading : Nullable<int16> with get, set
Property Value
Type:
NullableInt16See Also