StandardTransitionProfileSegmentMaximumIntermediateVerticalRate Property |
Gets the maximum rate of change of the height, in meters per second,
when transitioning from one height to the next. If the
IntermediateVerticalAcceleration
is zero, then this is the same as the
IntermediateVerticalRate. Otherwise, the
value depends on the acceleration and whether the segment is accelerating or decelerating.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MaximumIntermediateVerticalRate { get; }
Public ReadOnly Property MaximumIntermediateVerticalRate As Double
Get
public:
property double MaximumIntermediateVerticalRate {
double get ();
}
member MaximumIntermediateVerticalRate : float with get
Property Value
Type:
DoubleSee Also