| RawDecodingSettingsAcceptableAirborneSpeed Property  | 
            Gets or sets the maximum number of kilometres an aircraft can travel while airborne over 30 seconds before a local position decode is deemed invalid.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double AcceptableAirborneSpeed { get; set; }Public Property AcceptableAirborneSpeed As Double
	Get
	Set
public:
property double AcceptableAirborneSpeed {
	double get ();
	void set (double value);
}member AcceptableAirborneSpeed : float with get, set
Property Value
Type: 
Double
See Also