Click or drag to resize

SemAlmanac.FindRecordByPrn Method

Finds the record corresponding to a particular PRN.

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

Parameters

prn
Type: System.Int32
The PRN to find.

Return Value

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