TakeoffProcedureRunwayReferenceSurface Property |
Gets or sets the terrain reference surface for the runway. The runway is positioned
at a constant offset from the terrain according to the height of the
RunwayStartPosition,
and the height of the platform is positioned above that runway height by an offset defined by
InitialHeightAboveRunway.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TerrainProvider RunwayReferenceSurface { get; set; }
Public Property RunwayReferenceSurface As TerrainProvider
Get
Set
public:
property TerrainProvider^ RunwayReferenceSurface {
TerrainProvider^ get ();
void set (TerrainProvider^ value);
}
member RunwayReferenceSurface : TerrainProvider with get, set
Property Value
Type:
TerrainProviderSee Also