Gets a value indicating whether the specified type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsLaunchControlTypeSupported( _ ByVal LaunchControl As AgEVeLaunchControl _ ) As Boolean |
| [C#] |
|---|
public bool IsLaunchControlTypeSupported( |
| [Managed C++] |
|---|
public: bool IsLaunchControlTypeSupported( |
| [Java] |
|---|
public bool isLaunchControlTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsLaunchControlTypeSupported( |
- 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.
