Click or drag to resize

SegmentListResults Constructor (SegmentPropagator, ITimeBasedState)

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,
	ITimeBasedState initialState
)

Parameters

propagator
Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that is generating these results.
initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state that the overall SegmentList will be propagated from.
See Also