Click or drag to resize

SegmentListPropagatorPropagateSegmentList Method (ITimeBasedState)

Propagates this starting from the initialState.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual SegmentListResults PropagateSegmentList(
	ITimeBasedState initialState
)

Parameters

initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The state to propagation from.

Return Value

Type: SegmentListResults
The SegmentListResults of this propagation.
See Also