Click or drag to resize

TakeoffProcedure Constructor

Overload List
  NameDescription
Public methodTakeoffProcedure
Create a new instance with default values. The position of the runway must be set prior to propagation.
Protected methodTakeoffProcedure(TakeoffProcedure, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodTakeoffProcedure(Cartographic, Double, Double, ProfileDynamics, Double, Double, Double, Double, Double)
Create a takeoff procedure based on the given parameters with respect to the surface of the Earth. If MeanSeaLevel is available on the definition of Earth in the CalculationContext, the specified heights will be with respect to sea level.
Public methodTakeoffProcedure(Cartographic, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Create a takeoff procedure based on the given parameters with respect to the surface of the Earth. If MeanSeaLevel is available on the definition of Earth in the CalculationContext, the specified heights will be with respect to sea level.
Public methodTakeoffProcedure(TerrainProvider, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Create a takeoff procedure based on the given parameters with respect to a terrain surface.
Top
See Also