Click or drag to resize

SegmentDefinitionGetSegmentPropagator Method

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()

Return Value

Type: SegmentPropagator
The propagator for this segment.
See Also