TakeoffProcedure Constructor |
Name | Description | |
---|---|---|
TakeoffProcedure |
Create a new instance with default values. The position of the runway must be set
prior to propagation.
| |
TakeoffProcedure(TakeoffProcedure, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
TakeoffProcedure(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.
| |
TakeoffProcedure(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.
| |
TakeoffProcedure(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.
|