LandingProcedure.DescentAngle 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Double
See Also