LandingProcedureDescentAngle Property |
Gets or sets the angle of the glide slope for the landing, in radians.
This overrides the value for the descent velocity in the
Dynamics.
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 DescentAngle { get; set; }
Public Property DescentAngle As Double
Get
Set
public:
property double DescentAngle {
double get ();
void set (double value);
}
member DescentAngle : float with get, set
Property Value
Type:
DoubleSee Also