NavigationAccuracyPredictedConstraintPredictionSupportFile Property |
Gets or sets the prediction support file (PSF) containing statistical data necessary to predict navigation accuracy.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PredictionSupportFile PredictionSupportFile { get; set; }
Public Property PredictionSupportFile As PredictionSupportFile
Get
Set
public:
property PredictionSupportFile^ PredictionSupportFile {
PredictionSupportFile^ get ();
void set (PredictionSupportFile^ value);
}
member PredictionSupportFile : PredictionSupportFile with get, set
Property Value
Type:
PredictionSupportFileSee Also