LandingProcedureFinalSpeed Property |
Gets or sets the final target speed at which the platform travels after rolling to a stop at the
end of the landing, 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 FinalSpeed { get; set; }
Public Property FinalSpeed As Double
Get
Set
public:
property double FinalSpeed {
double get ();
void set (double value);
}
member FinalSpeed : float with get, set
Property Value
Type:
DoubleSee Also