Click or drag to resize
TcasResolutionAdvisoryThreatAltitude Property
Gets or sets the altitude of the most recently declared threat to the aircraft.

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

Property Value

Type: NullableInt32
Remarks
If this is not null then ThreatRange and ThreatBearing will also be supplied (although they may be null if the given value is unknown) and ThreatIcao24 will be null.
See Also