Click or drag to resize

SegmentPropagatorPropagate Method (SegmentListResults)

Propagates the 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 SegmentResults Propagate(
	SegmentListResults cumulativeResults
)

Parameters

cumulativeResults
Type: AGI.Foundation.SegmentPropagationSegmentListResults
The results of all propagation up to this point. This may be if this segment is not being propagated in a SegmentListPropagator.

Return Value

Type: SegmentResults
This segments propagation results. See the documentation of the derived type to determine if these SegmentResults may be cast to a more specific type.
See Also