PropagateSegment.StoppingConditions 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
null until the
StoppablePropagator is initialized.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
IList<StoppingCondition>
Remarks
See Also