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