Click or drag to resize

PropagateSegmentGetStoppingConditionsAutoSegment Method

Returns the SegmentDefinition that is set to be run if the specified stoppingCondition stops propagation, or if there has not been such a segment specified.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentDefinition GetStoppingConditionsAutoSegment(
	StoppingCondition stoppingCondition
)

Parameters

stoppingCondition
Type: AGI.Foundation.StoppingConditionsStoppingCondition
The condition whose segment you want to retrieve.

Return Value

Type: SegmentDefinition
The SegmentDefinition that is set to be run if the specified stoppingCondition stops propagation, or if there has not been such a segment specified.
See Also