AxesFromBankAngleMaximumRollRate Property |
Gets or sets the maximum roll rate to allow during the trajectory before throwing an exception.
By default, the value is positive infinity, indicating that the axes will violate the
TargetRollRate
if there are several
SpecialTimes in close proximity preventing a feasible transition
with the
TargetRollRate. If the resulting roll rate is greater than the maximum
the call to
GetEvaluator(EvaluatorGroup) will throw an
InvalidOperationException.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double MaximumRollRate { get; set; }Public Property MaximumRollRate As Double
Get
Set
public:
property double MaximumRollRate {
double get ();
void set (double value);
}member MaximumRollRate : float with get, set
Property Value
Type:
Double
See Also