Get the flight parameters.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property LaunchControl() As IAgVeLaunchControl
|
| [C#] |
|---|
public IAgVeLaunchControl LaunchControl {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeLaunchControl^ get_LaunchControl();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LaunchControl(
|
| [Java] |
|---|
public IAgVeLaunchControl getLaunchControl();
|