LandingProcedure.RunwayStartPosition Property |
Gets or sets the geodetic starting point of the runway.
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