Gets the list of names of the computers participating in this study's distributed simulation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetClusterComputers( _
ByRef ComputerNames As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudy
Dim ComputerNames As System.Object
Dim value As System.Integer
value = instance.GetClusterComputers(ComputerNames) |
C# | |
---|
System.int GetClusterComputers(
out System.object ComputerNames
) |
C++/CLI | |
---|
System.int GetClusterComputers(
& [Out] System.Object^ ComputerNames
) |
Parameters
- ComputerNames
- Array of computer names
Return Value
Error code as defined in
swsDistributedSimulationError_e
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0