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: 24.2.419.0 (24.2.419.0)
Syntax public 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