Gets whether to include the induced bending moment due to asymmetry of the joint loading.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsInducedBendingMomentIncluded( _
ByRef ErrorCode As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWEdgeWeldConnector
Dim ErrorCode As System.Integer
Dim value As System.Boolean
value = instance.IsInducedBendingMomentIncluded(ErrorCode) |
C# | |
---|
System.bool IsInducedBendingMomentIncluded(
out System.int ErrorCode
) |
C++/CLI | |
---|
System.bool IsInducedBendingMomentIncluded(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Error code as defined in swsWeldResultErrorCode_e
Return Value
True to include the induced bending moment, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0