LandingProcedureSpeedOnApproach Property |
Gets or sets the target speed at which to approach the landing maneuver, in meters per second.
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 SpeedOnApproach { get; set; }
Public Property SpeedOnApproach As Double
Get
Set
public:
property double SpeedOnApproach {
double get ();
void set (double value);
}
member SpeedOnApproach : float with get, set
Property Value
Type:
DoubleSee Also