Gets the array of intersecting edges in this edge weld connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEdgeList( _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWEdgeWeldConnector
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetEdgeList(ErrorCode) |
C# | |
---|
System.object GetEdgeList(
out System.int ErrorCode
) |
C++/CLI | |
---|
System.Object^ GetEdgeList(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Error code as defined in swsWeldResultErrorCode_e
Return Value
Array of intersecting edges
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0