AccessComputationCalculateCompleteIntervalsPerConstraint Property |
Gets or sets a value indicating whether satisfaction intervals are computed for each
constraint in the Access computation. If this value is set to true,
ConstraintResults will contain an entry for each
constraint, and
SatisfactionIntervals will
be filled with the intervals over which the constraint was satisfied. If this value
is set to false,
ConstraintResults will be null.
The value of this property will not affect
OverallSatisfactionIntervals.
Generally, setting this property to false will result in much better performance.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool CalculateCompleteIntervalsPerConstraint { get; set; }
Public Property CalculateCompleteIntervalsPerConstraint As Boolean
Get
Set
public:
property bool CalculateCompleteIntervalsPerConstraint {
bool get ();
void set (bool value);
}
member CalculateCompleteIntervalsPerConstraint : bool with get, set
Property Value
Type:
BooleanSee Also