NavigationAccuracyPredictedFigureOfMerit.PredictionSupportData Property |
Gets or sets the file used to define the prediction support data.
Namespace:
AGI.Foundation.Coverage.FigureOfMerit
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PredictionSupportFile PredictionSupportData { get; set; }
Public Property PredictionSupportData As PredictionSupportFile
Get
Set
public:
property PredictionSupportFile^ PredictionSupportData {
PredictionSupportFile^ get ();
void set (PredictionSupportFile^ value);
}
member PredictionSupportData : PredictionSupportFile with get, set
Property Value
Type:
PredictionSupportFile
See Also