SegmentResults Constructor (SegmentPropagator, SegmentResults) | 
 
            Initializes a new instance. This constructor will add all of 
            
state element adapters included with the 
propagator.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SegmentResults(
	SegmentPropagator propagator,
	SegmentResults results
)
Public Sub New ( 
	propagator As SegmentPropagator,
	results As SegmentResults
)
public:
SegmentResults(
	SegmentPropagator^ propagator, 
	SegmentResults^ results
)
new : 
        propagator : SegmentPropagator * 
        results : SegmentResults -> SegmentResultsParameters
- propagator
 - Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that is generating the results. - results
 - Type: AGI.Foundation.SegmentPropagationSegmentResults
The results where the initial state, configuration, OverrideSegmentListEphemeris, parent results, SegmentCompletelyOverriddenByOverlappingSegment,
             SegmentOverrideStartsIn, StopAllPropagation, StopPropagationForCurrentSegmentList, EntireComputedEphemeris, and  EphemerisForOverallTrajectory will be extracted from. 
See Also