Click or drag to resize

InvalidFuelStateExceptionCumulativeResults Property

Gets the results of the entire propagation, if available. This will not include the SegmentResults of the SegmentPropagator that contained the maneuver that ran out of fuel.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentListResults CumulativeResults { get; }

Property Value

Type: SegmentListResults
See Also