PerformanceAssessmentFileDefaultAllowExtrapolation Property |
Gets or sets a value indicating whether the evaluator created by this instance is allowed, by default, to extrapolate
assessed performance before the first record or after the last one.
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 bool DefaultAllowExtrapolation { get; set; }
Public Property DefaultAllowExtrapolation As Boolean
Get
Set
public:
property bool DefaultAllowExtrapolation {
bool get ();
void set (bool value);
}
member DefaultAllowExtrapolation : bool with get, set
Property Value
Type:
BooleanSee Also