LandingProcedureInitialHeightAboveRunway Property |
Gets or sets the height above the runway at which the platform approaches the landing, in meters.
This represents the height of the center of mass (or center of a 3D model) with respect to the
RunwayReferenceSurface and runway offset specified by the height of the
RunwayStartPosition.
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 InitialHeightAboveRunway { get; set; }
Public Property InitialHeightAboveRunway As Double
Get
Set
public:
property double InitialHeightAboveRunway {
double get ();
void set (double value);
}
member InitialHeightAboveRunway : float with get, set
Property Value
Type:
DoubleSee Also