Sets the weld type of this edge weld connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetEdgeWeldType( _
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.SetEdgeWeldType(NOption) |
C# | |
---|
System.int SetEdgeWeldType(
System.int NOption
) |
C++/CLI | |
---|
System.int SetEdgeWeldType(
& System.int NOption
) |
Parameters
- NOption
- Weld type as defined in swsEdgeWeldConnectorTypes_e
Return Value
Error code as defined in
swsWeldResultErrorCode_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0