Click or drag to resize

PropagateSegmentGetNumberOfTimesToExecuteStoppingConditionsAutoSegment Method

Returns the number of times the auto-segment associated with the stoppingCondition is set to execute. If the stoppingCondition does not have a SegmentDefinition associated with it, then 1 will be returned.

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

Parameters

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

Return Value

Type: Int32
The number of times the associated auto-segment will be executed, or 1 if there is no associated auto-segment.
See Also