BasicLaunchSegmentResults Constructor (SegmentPropagator) |
Initializes a new instance. This constructor will add all of
state element adapters included with the
propagator.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BasicLaunchSegmentResults(
SegmentPropagator propagator
)
Public Sub New (
propagator As SegmentPropagator
)
public:
BasicLaunchSegmentResults(
SegmentPropagator^ propagator
)
new :
propagator : SegmentPropagator -> BasicLaunchSegmentResults
Parameters
- propagator
- Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that is generating the results.
See Also