Click or drag to resize

SegmentList.GetSegmentListPropagator 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: 25.1.421.0 (25.1.421.0)
Syntax
public SegmentListPropagator GetSegmentListPropagator(
	SegmentDefinition previousSegment
)

Parameters

previousSegment
Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The previous segment.

Return Value

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