Click or drag to resize

TargetedSegmentListResults Constructor (SegmentPropagator, ITimeBasedState)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TargetedSegmentListResults(
	SegmentPropagator propagator,
	ITimeBasedState initialState
)

Parameters

propagator
Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that is creating these results.
initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state from which propagator was propagated from.
See Also