Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool AutomaticallyAddEndOfAvailabilityStoppingConditions { get; set; }

Property Value

Type: Boolean
See Also