Click or drag to resize

GpsSatelliteExtensionOutageIntervals Property

Gets or sets the intervals when this GPS satellite is unavailable or unhealthy.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection<SatelliteOutageDetails> OutageIntervals { get; set; }

Property Value

Type: TimeIntervalCollectionSatelliteOutageDetails

Implements

IGpsSatelliteOutageServiceOutageIntervals
See Also