| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic SegmentDefinition GetStoppingConditionsAutoSegment(
	StoppingCondition stoppingCondition
)
Public Function GetStoppingConditionsAutoSegment ( 
	stoppingCondition As StoppingCondition
) As SegmentDefinition
public:
SegmentDefinition^ GetStoppingConditionsAutoSegment(
	StoppingCondition^ stoppingCondition
)
member GetStoppingConditionsAutoSegment : 
        stoppingCondition : StoppingCondition -> SegmentDefinition 
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
See Also