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( AgEVeLaunchControl LaunchControl ); |
[Managed C++] |
---|
public: bool IsLaunchControlTypeSupported( AgEVeLaunchControl LaunchControl ); |
[Unmanaged C++] |
---|
public: HRESULT IsLaunchControlTypeSupported( AgEVeLaunchControl LaunchControl, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isLaunchControlTypeSupported( AgEVeLaunchControl LaunchControl ); |
[Python - STK API ] |
---|
def IsLaunchControlTypeSupported(self, LaunchControl:"AgEVeLaunchControl") -> bool: |
- LaunchControl