Gets the specified beam.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBeamBodyAt( _
ByVal NIndex As System.Integer, _
ByRef ErrorCode As System.Integer _
) As CWBeamBody |
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamManager
Dim NIndex As System.Integer
Dim ErrorCode As System.Integer
Dim value As CWBeamBody
value = instance.GetBeamBodyAt(NIndex, ErrorCode) |
C++/CLI | |
---|
CWBeamBody^ GetBeamBodyAt(
& System.int NIndex,
& [Out] System.int 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