SinglePointStoppablePropagatorDefinitionAutomaticallyAddEndOfAvailabilityStoppingConditions Property |
Gets or sets a value indicating whether the propagator should automatically have a pair of
StoppingConditions that will stop
propagation at the start or end times of this propagators availability.
By default this is
and should only be set to
if calling code is sure that propagation will
never go beyond the availability.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AutomaticallyAddEndOfAvailabilityStoppingConditions { get; set; }
Public Property AutomaticallyAddEndOfAvailabilityStoppingConditions As Boolean
Get
Set
public:
property bool AutomaticallyAddEndOfAvailabilityStoppingConditions {
bool get ();
void set (bool value);
}
member AutomaticallyAddEndOfAvailabilityStoppingConditions : bool with get, set
Property Value
Type:
BooleanSee Also