Click or drag to resize

FollowSegmentStartsWithStoppingConditionsConditions Property

Gets the list of StoppingConditions that will end propagation of the FollowSegment. Note that any StoppingConditions that are put onto the StoppingConditions will still be active and can stop propagation independent of these conditions.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<StoppingCondition> Conditions { get; }

Property Value

Type: ListStoppingCondition
See Also