SimpleAscentPropagatorWarnings.UnableToMeetConditionsWithSetInitialAcceleration Property |
Gets or sets a value indicating whether the propagator was unable to meet the specified launch conditions and the propagator ignored the initial acceleration specified.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool UnableToMeetConditionsWithSetInitialAcceleration { get; set; }
Public Property UnableToMeetConditionsWithSetInitialAcceleration As Boolean
Get
Set
public:
property bool UnableToMeetConditionsWithSetInitialAcceleration {
bool get ();
void set (bool value);
}
member UnableToMeetConditionsWithSetInitialAcceleration : bool with get, set
Property Value
Type:
Boolean
See Also