Sets up network simulation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ManageDistributedSimulation2( _
ByVal BOffLoad As System.Boolean, _
ByVal ComputerNames As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyManager
Dim BOffLoad As System.Boolean
Dim ComputerNames As System.Object
Dim value As System.Integer
value = instance.ManageDistributedSimulation2(BOffLoad, ComputerNames) |
C++/CLI | |
---|
System.int ManageDistributedSimulation2(
& System.bool BOffLoad,
& System.Object^ ComputerNames
) |
Parameters
- BOffLoad
- -1 or true to offload the coordinating computer's simulation processing to other computers on the network, 0 or false to let the coordinating computer participate in network simulation
- ComputerNames
- Array of names of computers participating in network simulation
Return Value
Error code as defined in
swsDistributedSimulationError_e
See Also
Availability
SOLIDWORKS Simulation API 2022 SP0