Click or drag to resize

SegmentPropagator.Propagate Method (SegmentListResults)

Propagates the segment.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SegmentResults Propagate(
	SegmentListResults cumulativeResults
)

Parameters

cumulativeResults
Type: AGI.Foundation.SegmentPropagation.SegmentListResults
The results of all propagation up to this point. This may be null 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