Removes the spot-weld location at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveSpotWeldLocationAt( _
ByVal NIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWSpotWeldConnector
Dim NIndex As System.Integer
instance.RemoveSpotWeldLocationAt(NIndex) |
C# | |
---|
void RemoveSpotWeldLocationAt(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveSpotWeldLocationAt(
& System.int NIndex
) |
Parameters
- NIndex
- 0-based index at which to remove the spot weld
Remarks
See Also
Availability
SolidWorks Simulation API 2009 SP0