PerformanceAssessmentFileDefaultAvailabilityThreshold Property |
Gets or sets the default availability threshold used when evaluating assessed performance. If two records in the file
are separated by a duration longer than this availability threshold, the evaluator will report that it is not available
between the two records.
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 Duration DefaultAvailabilityThreshold { get; set; }
Public Property DefaultAvailabilityThreshold As Duration
Get
Set
public:
property Duration DefaultAvailabilityThreshold {
Duration get ();
void set (Duration value);
}
member DefaultAvailabilityThreshold : Duration with get, set
Property Value
Type:
DurationSee Also