ImpulsiveManeuverInformationInvalidFuelUseBehavior Property |
Gets or sets a
enum specifying what should be done if there
is not enough fuel for the requested
DeltaV.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public InvalidFuelStateBehavior InvalidFuelUseBehavior { get; set; }
Public Property InvalidFuelUseBehavior As InvalidFuelStateBehavior
Get
Set
public:
property InvalidFuelStateBehavior InvalidFuelUseBehavior {
InvalidFuelStateBehavior get ();
void set (InvalidFuelStateBehavior value);
}
member InvalidFuelUseBehavior : InvalidFuelStateBehavior with get, set
Property Value
Type:
InvalidFuelStateBehaviorSee Also