TcasResolutionAdvisoryThreatRangeExceeded Property |
Gets or sets a value indicating that the range to the threat in
ThreatRange exceeds the maximum distance that TCAS can represent.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ThreatRangeExceeded { get; set; }
Public Property ThreatRangeExceeded As Boolean
Get
Set
public:
property bool ThreatRangeExceeded {
bool get ();
void set (bool value);
}
member ThreatRangeExceeded : bool with get, set
Property Value
Type:
BooleanRemarks
If this is set then the threat is further away than the value specified in
ThreatRange.
See Also