SP3aEphemerisDataTGetDataForSatellite 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.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<T> GetDataForSatellite(
int identifier
)
Public Function GetDataForSatellite (
identifier As Integer
) As ReadOnlyCollection(Of T)
public:
ReadOnlyCollection<T>^ GetDataForSatellite(
int identifier
)
member GetDataForSatellite :
identifier : int -> ReadOnlyCollection<'T>
Parameters
- identifier
- Type: SystemInt32
The identifier of the satellite.
Return Value
Type:
ReadOnlyCollectionTThe data associated with the satellite.
Exceptions Exception | Condition |
---|
ArgumentException |
Data does not exist for the specified satellite identifier.
|
See Also