Click or drag to resize

GpsRinexPropagatorAvailabilityIntervals Property

Gets a TimeIntervalCollection over which data is available. If the availability interval is infinite, this returns Infinite.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection AvailabilityIntervals { get; }

Return Value

Type: TimeIntervalCollection
The collection of availability intervals.
Remarks
It is recommended that you call IsAvailable(JulianDate) to determine availability instead of calling this method and checking for yourself.
See Also