TakeoffProcedureRunwayStartPosition Property |
Gets or sets the position of the start of the runway. The
Height of
the position represents an additional offset for the runway above the terrain surface, in meters.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartographic RunwayStartPosition { get; set; }
Public Property RunwayStartPosition As Cartographic
Get
Set
public:
property Cartographic RunwayStartPosition {
Cartographic get ();
void set (Cartographic value);
}
member RunwayStartPosition : Cartographic with get, set
Property Value
Type:
CartographicSee Also