STK ObjectsSend comments on this topic.
SetComputeType Method (IAgFmDefCompute)
See Also
ComputeType
Windows





Windows & Linux

Description

Method to set the type of compute option.

Syntax

[Visual Basic .NET]
Public Sub SetComputeType( _
    ByVal ComputeType As AgEFmCompute _
)
[C#]
public void SetComputeType(
    AgEFmCompute ComputeType
);
[Managed C++]
public: void SetComputeType(
    AgEFmCompute ComputeType
);
[Unmanaged C++]
public: HRESULT SetComputeType(
    AgEFmCompute ComputeType
);
[Java]
public void setComputeType(
    AgEFmCompute ComputeType
);
[Python - STK API ]
def SetComputeType(self, ComputeType:"AgEFmCompute") -> None:

Parameters

ComputeType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.