Click or drag to resize

StoppablePropagatorDefinition.StoppingConditions Property

Gets the list of StoppingConditions that will find events and dictate when propagation should end.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IList<StoppingCondition> StoppingConditions { get; }

Property Value

Type: IList<StoppingCondition>
See Also