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) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBeamManager~GetBeamBodyByName.html# | |
---|
CWBeamBody GetBeamBodyByName(
System.string SBeamBodyName,
out System.int 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