RinexObservationHeader.GetSatelliteRecord Method (Int32, Boolean) |
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,
bool returnCopy
)
Public Function GetSatelliteRecord (
prn As Integer,
returnCopy As Boolean
) As RinexObservationSatRecord
public:
RinexObservationSatRecord^ GetSatelliteRecord(
int prn,
bool returnCopy
)
member GetSatelliteRecord :
prn : int *
returnCopy : bool -> RinexObservationSatRecord
Parameters
- prn
- Type: System.Int32
The PRN of the satellite. - returnCopy
- Type: System.Boolean
Whether to return a copy of the satellite object, or a reference to the original object.
Return Value
Type:
RinexObservationSatRecordA header record for this satellite, or blank if the PRN doesn't exist.
See Also