Click or drag to resize
TcasResolutionAdvisoryThreatBearing Property
Gets or sets the bearing, relative to the aircraft, of the threat aircraft.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<short> ThreatBearing { get; set; }

Property Value

Type: NullableInt16
Remarks
If this is null then either the bearing to the threat is not known or ThreatIcao24 has been supplied. If it is not null then ThreatIcao24 will be null and ThreatAltitude and ThreatRange will be supplied.
See Also