Click or drag to resize

SP3cEphemerisDataTGetDataForSatellite Method

Gets the list of data associated with a particular satellite.

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 ReadOnlyCollection<T> GetDataForSatellite(
	SatelliteIdentifier identifier
)

Parameters

identifier
Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.

Return Value

Type: ReadOnlyCollectionT
The data associated with the satellite.
Exceptions
ExceptionCondition
ArgumentException Data does not exist for the specified satellite identifier.
See Also