Click or drag to resize

PredictionSupportFileFindRecordByPrn Method

Finds the prediction support record corresponding to a specified pseudo-random number (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 PredictionSupportRecord FindRecordByPrn(
	int prn
)

Parameters

prn
Type: SystemInt32
The PRN for which to obtain a record.

Return Value

Type: PredictionSupportRecord
The prediction support record for the specified PRN, or if a record does not exist for the PRN.
See Also