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: 24.2.419.0 (24.2.419.0)
Syntax public 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 -> SegmentResults
Parameters
- 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