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.2.419.0 (24.2.419.0)
Syntax public SegmentListResults CumulativeResults { get; }
Public ReadOnly Property CumulativeResults As SegmentListResults
Get
public:
property SegmentListResults^ CumulativeResults {
SegmentListResults^ get ();
}
member CumulativeResults : SegmentListResults with get
Property Value
Type:
SegmentListResultsSee Also