Click or drag to resize

SegmentDefinition.GetSegmentPropagator Method (EvaluatorGroup, SegmentDefinition)

Creates, configures, and returns the SegmentPropagator for this segment.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SegmentPropagator GetSegmentPropagator(
	EvaluatorGroup group,
	SegmentDefinition previousSegment
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group to use during creation.
previousSegment
Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The previous segment. Some segments require that the previous segment not be null, whereas others will only use information from it if provided.

Return Value

Type: SegmentPropagator
The propagator for this segment.
See Also