| TcasResolutionAdvisoryThreatRange Property | 
            Gets or sets the range from the aircraft to the threat in nautical miles.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Nullable<float> ThreatRange { get; set; }Public Property ThreatRange As Nullable(Of Single)
	Get
	Set
public:
property Nullable<float> ThreatRange {
	Nullable<float> get ();
	void set (Nullable<float> value);
}member ThreatRange : Nullable<float32> with get, set
Property Value
Type: 
NullableSingle Remarks
Remarks See Also
See Also