Click or drag to resize

TargetedSegmentListOperatorGetOperatorEvaluator Method

Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract TargetedSegmentListOperatorEvaluator GetOperatorEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use when creating evaluators.

Return Value

Type: TargetedSegmentListOperatorEvaluator
The fully configured TargetedSegmentListOperatorEvaluator.
See Also