Removes the specified beam from the joints.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveBeamEntityAt( _
ByVal NIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWJoints
Dim NIndex As System.Integer
instance.RemoveBeamEntityAt(NIndex) |
C# | |
---|
void RemoveBeamEntityAt(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveBeamEntityAt(
& System.int NIndex
) |
Parameters
- NIndex
- 0-based index of the beam to remove
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2010 SP0