Gets the edge weld connector at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEdgeWeldConnector( _
ByVal NIndex As System.Integer, _
ByRef ErrorCode As System.Integer _
) As CWEdgeWeldConnector |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim NIndex As System.Integer
Dim ErrorCode As System.Integer
Dim value As CWEdgeWeldConnector
value = instance.GetEdgeWeldConnector(NIndex, ErrorCode) |
C# | |
---|
CWEdgeWeldConnector GetEdgeWeldConnector(
System.int NIndex,
out System.int ErrorCode
) |
C++/CLI | |
---|
CWEdgeWeldConnector^ GetEdgeWeldConnector(
& System.int NIndex,
& [Out] System.int ErrorCode
) |
Parameters
- NIndex
- Index of the edge weld connector to get (see Remarks)
- ErrorCode
- Error code as defined by swsEdgeWeldCreationErrorCode_e
Return Value
ICWEdgeWeldConnector
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0