RinexObservationHeaderGetSatelliteRecord 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: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemInt32
The PRN of the satellite. - returnCopy
- Type: SystemBoolean
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