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.2.419.0 (24.2.419.0)
Syntax public NavigationAccuracyPredictedFigureOfMerit(
NavigationAccuracyPredictedType type,
PredictionSupportFile predictionSupportData
)
Public Sub New (
type As NavigationAccuracyPredictedType,
predictionSupportData As PredictionSupportFile
)
public:
NavigationAccuracyPredictedFigureOfMerit(
NavigationAccuracyPredictedType type,
PredictionSupportFile^ predictionSupportData
)
new :
type : NavigationAccuracyPredictedType *
predictionSupportData : PredictionSupportFile -> NavigationAccuracyPredictedFigureOfMerit
Parameters
- type
- Type: AGI.Foundation.NavigationNavigationAccuracyPredictedType
The type of predicted navigation accuracy. - predictionSupportData
- Type: AGI.Foundation.Navigation.DataReadersPredictionSupportFile
The prediction support file.
See Also