Gets the specified cable.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCable( _
ByVal SName As System.String, _
ByRef ErrorCode As System.Integer _
) As CWCable |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim SName As System.String
Dim ErrorCode As System.Integer
Dim value As CWCable
value = instance.GetCable(SName, ErrorCode) |
C++/CLI | |
---|
CWCable^ GetCable(
& System.String^ SName,
& [Out] System.int ErrorCode
) |
Parameters
- SName
- Name of cable
- ErrorCode
- Error as defined by swsLoadsAndRestraintsErrors_e
Return Value
ICWCable
Example
See Also
Availability
SOLIDWORKS Simulation API 2026 SP0