Click or drag to resize
TcasResolutionAdvisory.ThreatRange Property
Gets or sets the range from the aircraft to the threat in nautical miles.

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

Property Value

Type: Nullable<Single>
Remarks
If this is null then either the range to the threat is not known or ThreatIcao24 has been supplied. If it is not null then ThreatIcao24 will be null and ThreatAltitude and ThreatBearing will be supplied.
See Also