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.2.419.0 (24.2.419.0)
Syntax public IList<StoppingCondition> StoppingConditions { get; }
Public ReadOnly Property StoppingConditions As IList(Of StoppingCondition)
Get
public:
property IList<StoppingCondition^>^ StoppingConditions {
IList<StoppingCondition^>^ get ();
}
member StoppingConditions : IList<StoppingCondition> with get
Property Value
Type:
IListStoppingConditionSee Also