TakeoffProcedureFinalHeightAboveRunway Property  | 
 
            Gets or sets the final height above the runway at which to level off, in meters.
            The runway height is specified by the height of the 
RunwayStartPosition above
            the 
RunwayReferenceSurface (at the takeoff position).
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double FinalHeightAboveRunway { get; set; }Public Property FinalHeightAboveRunway As Double
	Get
	Set
public:
property double FinalHeightAboveRunway {
	double get ();
	void set (double value);
}member FinalHeightAboveRunway : float with get, set
Property Value
Type: 
Double
See Also