Method to set the flight parameter type.
| [Visual Basic .NET] |
|---|
Public Sub SetLaunchControlType( _ ByVal LaunchControl As AgEVeLaunchControl _ ) |
| [C#] |
|---|
public void SetLaunchControlType( |
| [Managed C++] |
|---|
public: void SetLaunchControlType( |
| [Java] |
|---|
public setLaunchControlType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetLaunchControlType( |
- LaunchControl
Member Value Description eLaunchControlUnknown -1 Unknown. eLaunchControlFixedApogeeAlt 0 Fixed apogee altitude. eLaunchControlFixedDeltaV 1 Fixed Delta V. eLaunchControlFixedDeltaVMinEcc 2 Fixed Delta V minimum eccentricity. eLaunchControlFixedTimeOfFlight 3 Fixed time of flight.
