Click or drag to resize

SegmentResultsSegmentCompletelyOverriddenByOverlappingSegment Property

Gets or sets a value indicating whether a SegmentPropagator after the one that made these results stepped back so far that the EphemerisForOverallTrajectory is empty. So if you have four propagators, and the fourth propagator needs to back up all the way to the first propagator, this property should be set to for the second and third set of results.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool SegmentCompletelyOverriddenByOverlappingSegment { get; set; }

Property Value

Type: Boolean
See Also