Gets the array of faces in Face Set2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSecondFace( _
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.GetSecondFace(ErrorCode) |
C# | |
---|
System.object GetSecondFace(
out System.int ErrorCode
) |
C++/CLI | |
---|
System.Object^ GetSecondFace(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Error code as defined in swsWeldResultErrorCode_e
Return Value
Face Set2 array
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0