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: 25.1.421.0 (25.1.421.0)
Syntaxpublic BasicLaunchSegmentResults(
	SegmentPropagator propagator
)
Public Sub New ( 
	propagator As SegmentPropagator
)
public:
BasicLaunchSegmentResults(
	SegmentPropagator^ propagator
)
new : 
        propagator : SegmentPropagator -> BasicLaunchSegmentResultsParameters
- propagator
 - Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that is generating the results. 
See Also