Click or drag to resize

SatelliteOutageCollection Constructor (IListSatelliteOutage)

Initializes a new instance.

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(
	IList<SatelliteOutage> list
)

Parameters

list
Type: System.Collections.GenericIListSatelliteOutage
The list that is wrapped by the new satellite outage collection.
See Also