PerformanceAssessmentFile.DefaultAllowExtrapolation 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also