RinexObservationHeaderGetSatelliteRecord 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: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemInt32
The PRN of the satellite.
Return Value
Type:
RinexObservationSatRecordA header record for this satellite, or blank if the PRN doesn't exist.
See Also