Click or drag to resize

SatelliteOutageFileFindOutages Method (TimeInterval)

Finds all outages within a given TimeInterval.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SatelliteOutageCollection FindOutages(
	TimeInterval date
)

Parameters

date
Type: AGI.Foundation.TimeTimeInterval
The TimeInterval to consider when looking for outages.

Return Value

Type: SatelliteOutageCollection
SatelliteOutageCollection containing the outages for this TimeInterval.
See Also