RinexObservationGetRecords Method  | 
 
            Get all of the records for a specific satellite
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection<RinexObservationSatRecord> GetRecords(
	string prn
)
Public Function GetRecords ( 
	prn As String
) As TimeIntervalCollection(Of RinexObservationSatRecord)
public:
TimeIntervalCollection<RinexObservationSatRecord^>^ GetRecords(
	String^ prn
)
member GetRecords : 
        prn : string -> TimeIntervalCollection<RinexObservationSatRecord> 
Parameters
- prn
 - Type: SystemString
The PRN of the satellite, with the system specifier appended to the beginning (ex. G12 for the GPS 
            satellite PRN 12). 
Return Value
Type: 
TimeIntervalCollectionRinexObservationSatRecord
            A 
TimeIntervalCollection where each interval corresponds to an observation, and the Data value
            of each interval is the 
RinexObservationSatRecord.
            
See Also