AircraftType.PreferredClimbAngle Property
Gets or sets the preferred climb angle for the aircraft.
Syntax
public System.Double PreferredClimbAngle { get; set; }
Property Value
Default: 45.0
The preferred climb angle for the aircraft, in degrees above horizontal flight.
Remarks
The flight route generated by an AirRouteOperator will normally follow the terrain at a constant vertical clearance, but where the aircraft must climb up to a high waypoint, the operator will try to use the preferred climb angle.
To simplify the implementation, the behavior when flying over a restricted airspace is somewhat different: the mimimum of PreferredClimbAngle and PreferredDescentAngle is used as the ideal angle both for climbing and descending, and the climb path can sometimes become less steep than the ideal angle due to rasterization effects.
For technical reasons, the angle must be in the range from 0° to 70°, other values will throw an exception. See also the section Limitations in Aircraft Routing.
Platforms
Windows, Linux, Android