Click or drag to resize

NavigationAccuracyPredictedFigureOfMerit Constructor (NavigationAccuracyPredictedType, PredictionSupportFile)

Constructs a new instance based on the given type of navigation accuracy predicted and the corresponding prediction support file.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationAccuracyPredictedFigureOfMerit(
	NavigationAccuracyPredictedType type,
	PredictionSupportFile predictionSupportData
)

Parameters

type
Type: AGI.Foundation.NavigationNavigationAccuracyPredictedType
The type of predicted navigation accuracy.
predictionSupportData
Type: AGI.Foundation.Navigation.DataReadersPredictionSupportFile
The prediction support file.
See Also