RawDecodingSettingsAcceptableAirSurfaceTransitionSpeed Property |
Gets or sets the maximum number of kilometres an aircraft can travel while landing or taking off 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)
Syntax public double AcceptableAirSurfaceTransitionSpeed { get; set; }
Public Property AcceptableAirSurfaceTransitionSpeed As Double
Get
Set
public:
property double AcceptableAirSurfaceTransitionSpeed {
double get ();
void set (double value);
}
member AcceptableAirSurfaceTransitionSpeed : float with get, set
Property Value
Type:
DoubleSee Also