Gets whether distributed coupling is allowed for the current study.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property AllowDistributedCoupling As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim value As System.Integer
value = instance.AllowDistributedCoupling |
C# | |
---|
System.int AllowDistributedCoupling {get;} |
C++/CLI | |
---|
property System.int AllowDistributedCoupling {
System.int get();
} |
Property Value
True if distributed coupling is allowed, false if it is not allowed
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0