Gets or sets whether to offload the coordinating computer's simulation processing to other computers on the network.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OffLoad As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudy
Dim value As System.Boolean
instance.OffLoad = value
value = instance.OffLoad |
C# | |
---|
System.bool OffLoad {get; set;} |
C++/CLI | |
---|
property System.bool OffLoad {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to offload the coordinating computer's simulation processing to other computers on the netowrk, false to let the coordinating computer participate in network simulation
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0