Is the compute option supported?
[Visual Basic .NET] |
---|
Public Function IsTypeSupported( _ ByVal ComputeType As AgEFmComputeType _ ) As Boolean |
[C#] |
---|
public bool IsTypeSupported( AgEFmComputeType ComputeType ); |
[Managed C++] |
---|
public: bool IsTypeSupported( AgEFmComputeType ComputeType ); |
[Unmanaged C++] |
---|
public: HRESULT IsTypeSupported( AgEFmComputeType ComputeType, VARIANT_BOOL * pSupported ); |
[Java] |
---|
public bool isTypeSupported( AgEFmComputeType ComputeType ); |
[Python - STK API ] |
---|
def IsTypeSupported(self, ComputeType:"AgEFmComputeType") -> bool: |
- ComputeType