Click or drag to resize

SegmentListResults Constructor (SegmentPropagator, SegmentListResults)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentListResults(
	SegmentPropagator propagator,
	SegmentListResults results
)

Parameters

propagator
Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that is generating these results.
results
Type: AGI.Foundation.SegmentPropagationSegmentListResults
The results where the segment results and base results will be extracted from.
See Also