Gets the specified beam.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBeamBodyAt( _
ByVal NIndex As Integer, _
ByRef ErrorCode As Integer _
) As CWBeamBody |
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamManager
Dim NIndex As Integer
Dim ErrorCode As Integer
Dim value As CWBeamBody
value = instance.GetBeamBodyAt(NIndex, ErrorCode)
|
Parameters
- NIndex
- 0-based index of the beam to get (see Remarks)
- ErrorCode
- 0 if successful, 1 if no beam at NIndex
Return Value
Beam or NULL if no beam at NIndex
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2010 SP0