Click or drag to resize

SegmentDefinitionGetSegmentPropagator 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: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentPropagator GetSegmentPropagator(
	EvaluatorGroup group,
	SegmentDefinition previousSegment
)

Parameters

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

Return Value

Type: SegmentPropagator
The propagator for this segment.
See Also