Click or drag to resize

StoppablePropagatorDefinitionStoppingConditions 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: 24.1.418.0 (24.1.418.0)
Syntax
public IList<StoppingCondition> StoppingConditions { get; }

Property Value

Type: IListStoppingCondition
See Also