SP3aEphemerisDataTGetTimesForSatellite Method |
Gets the list of times for the data associated with a particular satellite.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic abstract ReadOnlyCollection<JulianDate> GetTimesForSatellite(
int identifier
)
Public MustOverride Function GetTimesForSatellite (
identifier As Integer
) As ReadOnlyCollection(Of JulianDate)
public:
virtual ReadOnlyCollection<JulianDate>^ GetTimesForSatellite(
int identifier
) abstract
abstract GetTimesForSatellite :
identifier : int -> ReadOnlyCollection<JulianDate>
Parameters
- identifier
- Type: SystemInt32
The identifier of the satellite.
Return Value
Type:
ReadOnlyCollectionJulianDateThe times for the data associated with the satellite.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Data does not exist for the specified satellite identifier.
|
See Also