RinexNavigationEphemerisFitInterval Property  | 
 
            Gets the fit interval representing the duration in hours for which this ephemeris is valid.
            Note that, according to ICD-GPS-200D, if the fit interval in the RINEX file is zero (or absent) the default fit interval is set to 4 hours.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double FitInterval { get; }Public ReadOnly Property FitInterval As Double
	Get
public:
property double FitInterval {
	double get ();
}member FitInterval : float with get
Property Value
Type: 
Double
See Also