Click or drag to resize

PropagateSegment.GetStoppingConditionsAutoSegment Method

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

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

Parameters

stoppingCondition
Type: AGI.Foundation.StoppingConditions.StoppingCondition
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 null if there has not been such a segment specified.
See Also