RawDecodingSettingsFastSurfaceGlobalPositionLimit Property |
Gets or sets the maximum number of seconds that can elapse when performing global decoding on surface position messages for vehicles travelling over 25 km/h.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int FastSurfaceGlobalPositionLimit { get; set; }
Public Property FastSurfaceGlobalPositionLimit As Integer
Get
Set
public:
property int FastSurfaceGlobalPositionLimit {
int get ();
void set (int value);
}
member FastSurfaceGlobalPositionLimit : int with get, set
Property Value
Type:
Int32See Also