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( IAgVeLaunchControl ** ppVal ); |
[Java] |
---|
public IAgVeLaunchControl getLaunchControl(); |
[Python - STK API ] |
---|
@property def LaunchControl(self) -> "IAgVeLaunchControl": |