Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsLaunchTypeSupported( _ ByVal Launch As AgEVeLaunch _ ) As Boolean |
[C#] |
---|
public bool IsLaunchTypeSupported( AgEVeLaunch Launch ); |
[Managed C++] |
---|
public: bool IsLaunchTypeSupported( AgEVeLaunch Launch ); |
[Unmanaged C++] |
---|
public: HRESULT IsLaunchTypeSupported( AgEVeLaunch Launch, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isLaunchTypeSupported( AgEVeLaunch Launch ); |
[Python - STK API ] |
---|
def IsLaunchTypeSupported(self, Launch:"AgEVeLaunch") -> bool: |
- Launch