Gets whether to show the location of the weld with respect to the shell surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsWeldOrientation( _
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.IsWeldOrientation(ErrorCode) |
C# | |
---|
System.bool IsWeldOrientation(
out System.int ErrorCode
) |
C++/CLI | |
---|
System.bool IsWeldOrientation(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Error code as defined in swsWeldResultErrorCode_e
Return Value
True to show the location of the weld with respect to the shell surface, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0