Deletes the equation at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Delete( _
ByVal Index As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IEquationMgr
Dim Index As System.Integer
Dim value As System.Integer
value = instance.Delete(Index) |
C# | |
---|
System.int Delete(
System.int Index
) |
C++/CLI | |
---|
System.int Delete(
& System.int Index
) |
Parameters
- Index
Index of the equation to delete
Return Value
0 if deletion is successful; -1 if there was an error
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0