PrescribedAccelerationTransitionProfileFinalHeight Property |
Gets or sets the final height of the incline with respect to the surface path, in meters.
If
AllowModificationOfFinalHeight is false, this height will be fixed during
the configuration. Otherwise, the surrounding profiles may modify it to configure the route.
Unlike the
StandardTransitionProfile or
TerrainAvoidanceProfile,
this profile will defer to the surrounding profiles and will not attempt to modify them.
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 FinalHeight { get; set; }
Public Property FinalHeight As Double
Get
Set
public:
property double FinalHeight {
double get ();
void set (double value);
}
member FinalHeight : float with get, set
Property Value
Type:
DoubleSee Also