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