FollowSegmentEndsWithStoppingConditionsGetPropagator Method  | 
 
            Creates the evaluator for this final state strategy of a specific 
FollowSegment.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override FollowSegmentEndingPropagator GetPropagator(
	FollowSegment segment,
	EvaluatorGroup group
)
Public Overrides Function GetPropagator ( 
	segment As FollowSegment,
	group As EvaluatorGroup
) As FollowSegmentEndingPropagator
public:
virtual FollowSegmentEndingPropagator^ GetPropagator(
	FollowSegment^ segment, 
	EvaluatorGroup^ group
) override
abstract GetPropagator : 
        segment : FollowSegment * 
        group : EvaluatorGroup -> FollowSegmentEndingPropagator 
override GetPropagator : 
        segment : FollowSegment * 
        group : EvaluatorGroup -> FollowSegmentEndingPropagator Parameters
- segment
 - Type: AGI.Foundation.SegmentPropagationFollowSegment
The FollowSegment that this is a part of. - group
 - Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use in making any other evaluators. 
Return Value
Type: 
FollowSegmentEndingPropagatorThe fully configured 
FollowSegmentEndingPropagator.
See Also