StandardTransitionProfileFinalHeightRate Property |
Gets or sets the final vertical velocity, in meters per second.
If
AllowModificationOfInitialHeight is false, this height will be fixed during
the configuration. Otherwise, the surrounding profiles may modify it to configure the route.
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 FinalHeightRate { get; set; }
Public Property FinalHeightRate As Double
Get
Set
public:
property double FinalHeightRate {
double get ();
void set (double value);
}
member FinalHeightRate : float with get, set
Property Value
Type:
DoubleSee Also