IGpsSatelliteOutageServiceOutageIntervals Property |
Gets the intervals when this GPS satellite is unavailable or unhealthy.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 23.2.417.0 (23.2.417.0)
SyntaxTimeIntervalCollection<SatelliteOutageDetails> OutageIntervals { get; }
ReadOnly Property OutageIntervals As TimeIntervalCollection(Of SatelliteOutageDetails)
Get
property TimeIntervalCollection<SatelliteOutageDetails^>^ OutageIntervals {
TimeIntervalCollection<SatelliteOutageDetails^>^ get ();
}
abstract OutageIntervals : TimeIntervalCollection<SatelliteOutageDetails> with get
Property Value
Type:
TimeIntervalCollectionSatelliteOutageDetails
See Also