Gets the specified beam body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBeamBodyByName( _
ByVal SBeamBodyName As System.String, _
ByRef ErrorCode As System.Integer _
) As CWBeamBody |
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamManager
Dim SBeamBodyName As System.String
Dim ErrorCode As System.Integer
Dim value As CWBeamBody
value = instance.GetBeamBodyByName(SBeamBodyName, ErrorCode) |
Parameters
- SBeamBodyName
- Name of beam body
- ErrorCode
- 0 if successful, 1 if not
Return Value
ICWBeamBody
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0