SegmentListPropagatorPropagateSegmentList Method (ITimeBasedState) |
Propagates this starting from the initialState.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual SegmentListResults PropagateSegmentList(
ITimeBasedState initialState
)
Public Overridable Function PropagateSegmentList (
initialState As ITimeBasedState
) As SegmentListResults
public:
virtual SegmentListResults^ PropagateSegmentList(
ITimeBasedState^ initialState
)
abstract PropagateSegmentList :
initialState : ITimeBasedState -> SegmentListResults
override PropagateSegmentList :
initialState : ITimeBasedState -> SegmentListResults
Parameters
- initialState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The state to propagation from.
Return Value
Type:
SegmentListResultsThe
SegmentListResults of this propagation.
See Also