Click or drag to resize

SegmentListGetSegmentListPropagator Method (SegmentDefinition)

Creates and returns the propagator for this segment list.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentListPropagator GetSegmentListPropagator(
	SegmentDefinition previousSegment
)

Parameters

previousSegment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The previous segment.

Return Value

Type: SegmentListPropagator
The SegmentListPropagator configured with the segment propagators of all of this definition's segments.
See Also