ProfileDynamicsAscentSpeed Property |
Gets or sets the maximum vertical rate of ascent (positive), in meters per second.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic double AscentSpeed { get; set; }
Public Property AscentSpeed As Double
Get
Set
public:
property double AscentSpeed {
double get ();
void set (double value);
}
member AscentSpeed : float with get, set
Property Value
Type:
Double
See Also