Click or drag to resize

SegmentDefinitionGetSegmentPropagator Method (EvaluatorGroup)

Creates, configures, and returns the SegmentPropagator for this segment. This method assumes that no previous segment is needed to configure this segment's propagator.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentPropagator GetSegmentPropagator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group to use during creation.

Return Value

Type: SegmentPropagator
The propagator for this segment.
See Also