Get the flight parameter type.
Read-only property
[Visual Basic .NET] |
---|
Public Property LaunchControlType() As AgEVeLaunchControl |
[C#] |
---|
public AgEVeLaunchControl LaunchControlType {get;} |
[Managed C++] |
---|
public: __property AgEVeLaunchControl get_LaunchControlType(); |
[Unmanaged C++] |
---|
public: HRESULT get_LaunchControlType( AgEVeLaunchControl * pVal ); |
[Java] |
---|
public AgEVeLaunchControl getLaunchControlType(); |
[Python - STK API ] |
---|
@property def LaunchControlType(self) -> "AgEVeLaunchControl": |