Click or drag to resize

SegmentListPropagatorApplyResults Method

This method sets propagator's state via the input results. For SegmentPropagators that have state, there may be times when that state should be manually set (sometimes for performance considerations, when the propagator will be called multiple times and it should start from where it left off).

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override void ApplyResults(
	SegmentResults results
)

Parameters

results
Type: AGI.Foundation.SegmentPropagationSegmentResults
The results to apply.
See Also