Gets the weld sizing standard for this edge weld connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCodeType( _
ByRef ErrorCode As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWEdgeWeldConnector
Dim ErrorCode As System.Integer
Dim value As System.Integer
value = instance.GetCodeType(ErrorCode) |
C# | |
---|
System.int GetCodeType(
out System.int ErrorCode
) |
C++/CLI | |
---|
System.int GetCodeType(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Error code as defined in swsWeldResultErrorCode_e
Return Value
Weld sizing standard as defined in
swsEdgeWeldSolverCode_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0