TakeoffProcedureInitialSpeed Property |
Gets or sets the speed at which the platform is moving at the start of the runway, 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 InitialSpeed { get; set; }
Public Property InitialSpeed As Double
Get
Set
public:
property double InitialSpeed {
double get ();
void set (double value);
}
member InitialSpeed : float with get, set
Property Value
Type:
DoubleSee Also