RinexObservationHeader.GetSatelliteRecord Method (Int32) |
Get the header record for this satellite. If none exists, a default record will be returned.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic RinexObservationSatRecord GetSatelliteRecord(
int prn
)
Public Function GetSatelliteRecord (
prn As Integer
) As RinexObservationSatRecord
public:
RinexObservationSatRecord^ GetSatelliteRecord(
int prn
)
member GetSatelliteRecord :
prn : int -> RinexObservationSatRecord
Parameters
- prn
- Type: System.Int32
The PRN of the satellite.
Return Value
Type:
RinexObservationSatRecordA header record for this satellite, or blank if the PRN doesn't exist.
See Also