RawDecodingSettingsAcceptableSurfaceSpeed Property |
Gets or sets the maximum number of kilometres an surface vehicle can travel 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 AcceptableSurfaceSpeed { get; set; }
Public Property AcceptableSurfaceSpeed As Double
Get
Set
public:
property double AcceptableSurfaceSpeed {
double get ();
void set (double value);
}
member AcceptableSurfaceSpeed : float with get, set
Property Value
Type:
DoubleSee Also