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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Cartographic
See Also