| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic int GetNumberOfTimesToExecuteStoppingConditionsAutoSegment(
	StoppingCondition stoppingCondition
)
Public Function GetNumberOfTimesToExecuteStoppingConditionsAutoSegment ( 
	stoppingCondition As StoppingCondition
) As Integer
public:
int GetNumberOfTimesToExecuteStoppingConditionsAutoSegment(
	StoppingCondition^ stoppingCondition
)
member GetNumberOfTimesToExecuteStoppingConditionsAutoSegment : 
        stoppingCondition : StoppingCondition -> int 
Parameters
- stoppingCondition
- Type: AGI.Foundation.StoppingConditionsStoppingCondition
 The condition whose segment 
            you want to retrieve.
Return Value
Type: 
Int32The number of times the associated 
auto-segment 
            will be executed, or 1 if there is no associated 
auto-segment.
 See Also
See Also