PropagateSegmentResults Constructor (SegmentPropagator, ITimeBasedState) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagateSegmentResults(
SegmentPropagator propagator,
ITimeBasedState initialState
)
Public Sub New (
propagator As SegmentPropagator,
initialState As ITimeBasedState
)
public:
PropagateSegmentResults(
SegmentPropagator^ propagator,
ITimeBasedState^ initialState
)
new :
propagator : SegmentPropagator *
initialState : ITimeBasedState -> PropagateSegmentResults
Parameters
- propagator
- Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that has created these results. - initialState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state that the
propagator was propagated from.
See Also