Click or drag to resize

SinglePointStoppablePropagatorDefinition.AutomaticallyAddEndOfAvailabilityStoppingConditions 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 true and should only be set to false 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: 25.1.421.0 (25.1.421.0)
Syntax
public bool AutomaticallyAddEndOfAvailabilityStoppingConditions { get; set; }

Property Value

Type: Boolean
See Also