Click or drag to resize

PropagateSegmentClearStoppingConditionsAutoSegment Method

Removes the optional segment that would have been run if the specified StoppingCondition would stop propagation. This method will return if the stoppingCondition has no optional segment.

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

Parameters

stoppingCondition
Type: AGI.Foundation.StoppingConditionsStoppingCondition
The StoppingCondition whose associated segment should be cleared.

Return Value

Type: Boolean
if the segment was removed successfully. if there was no segment to remove or if a problem was encountered.
See Also