ManageDistributedSimulation Method (ICWStudyManager)
Obsolete. Superseded by ICWStudyManager::ManageDistributedSimulation2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ManageDistributedSimulation( _
ByVal BOffLoad As System.Integer, _
ByVal ComputerNames As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyManager
Dim BOffLoad As System.Integer
Dim ComputerNames As System.Object
Dim value As System.Integer
value = instance.ManageDistributedSimulation(BOffLoad, ComputerNames) |
Parameters
- BOffLoad
- True to offload the coordinating computer's simulation processing to other computers on the network, 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
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0