Click or drag to resize

SegmentResults Constructor (SegmentPropagator, ITimeBasedState)

Initializes a new instance. This constructor will add all of state element adapters included with the propagator.

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

Parameters

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