Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SegmentResults(
	SegmentPropagator propagator,
	SegmentResults results
)

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