Click or drag to resize

RinexNavigationFindRecordByPrn Method

Finds the record corresponding to a particular PRN.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RinexNavigationRecord FindRecordByPrn(
	int prn
)

Parameters

prn
Type: SystemInt32
The PRN to find.

Return Value

Type: RinexNavigationRecord
The record corresponding to the PRN, or null if the PRN does not exist in the almanac.
See Also