LandingProcedureTurningRadiusAfterLanding Property |
Gets or sets the final turning radius at which to turn toward the next procedure after landing, in meters.
By default, this is one meter.
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 TurningRadiusAfterLanding { get; set; }
Public Property TurningRadiusAfterLanding As Double
Get
Set
public:
property double TurningRadiusAfterLanding {
double get ();
void set (double value);
}
member TurningRadiusAfterLanding : float with get, set
Property Value
Type:
DoubleSee Also