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.2.419.0 (24.2.419.0)
Syntax public PredictionSupportRecord FindRecordByPrn(
int prn
)
Public Function FindRecordByPrn (
prn As Integer
) As PredictionSupportRecord
public:
PredictionSupportRecord^ FindRecordByPrn(
int prn
)
member FindRecordByPrn :
prn : int -> PredictionSupportRecord
Parameters
- prn
- Type: SystemInt32
The PRN for which to obtain a record.
Return Value
Type:
PredictionSupportRecordThe prediction support record for the specified PRN, or
if a record does not exist for the PRN.
See Also