PropagateSegmentStoppingConditions Property |
Gets the
stopping conditions that may stop this segment.
Only one
StoppingCondition needs to be satisfied to stop propagation. If by the
very rare chance that two conditions happens to stop at the exact same time, the one
earlier in this list will be the one that was reported to have stopped propagation.
Note that this property returns the
conditions on the
StoppablePropagator. This
will be
until the
StoppablePropagator is initialized.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.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:
IListStoppingConditionRemarks See Also