TakeoffProcedureClimbAngle Property |
Gets or sets the angle at which to climb during takeoff, in radians.
This will override the
AscentSpeed.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ClimbAngle { get; set; }
Public Property ClimbAngle As Double
Get
Set
public:
property double ClimbAngle {
double get ();
void set (double value);
}
member ClimbAngle : float with get, set
Property Value
Type:
DoubleSee Also