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