Set the compute option.
[Visual Basic .NET] |
---|
Public Sub SetType( _ ByVal ComputeType As AgEFmComputeType _ ) |
[C#] |
---|
public void SetType( AgEFmComputeType ComputeType ); |
[Managed C++] |
---|
public: void SetType( AgEFmComputeType ComputeType ); |
[Unmanaged C++] |
---|
public: HRESULT SetType( AgEFmComputeType ComputeType ); |
[Java] |
---|
public void setType( AgEFmComputeType ComputeType ); |
[Python - STK API ] |
---|
def SetType(self, ComputeType:"AgEFmComputeType") -> None: |
- ComputeType