| RawDecodingSettingsAirborneGlobalPositionLimit Property  | 
            Gets or sets the maximum number of seconds that can elapse when performing global decoding on airborne position messages.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int AirborneGlobalPositionLimit { get; set; }Public Property AirborneGlobalPositionLimit As Integer
	Get
	Set
public:
property int AirborneGlobalPositionLimit {
	int get ();
	void set (int value);
}member AirborneGlobalPositionLimit : int with get, set
Property Value
Type: 
Int32
See Also