ImpulsiveManeuverSegmentResultsRanOutOfFuel Property |
Gets or sets a value indicating whether the maneuver in this segment 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 bool RanOutOfFuel { get; set; }
Public Property RanOutOfFuel As Boolean
Get
Set
public:
property bool RanOutOfFuel {
bool get ();
void set (bool value);
}
member RanOutOfFuel : bool with get, set
Property Value
Type:
BooleanSee Also