SegmentListResults Constructor (SegmentPropagator, ITimeBasedState) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SegmentListResults(
SegmentPropagator propagator,
ITimeBasedState initialState
)
Public Sub New (
propagator As SegmentPropagator,
initialState As ITimeBasedState
)
public:
SegmentListResults(
SegmentPropagator^ propagator,
ITimeBasedState^ initialState
)
new :
propagator : SegmentPropagator *
initialState : ITimeBasedState -> SegmentListResults
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