Adds an equation at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Add2( _
ByVal Index As Integer, _
ByVal Equation As String, _
ByVal Solve As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IEquationMgr
Dim Index As Integer
Dim Equation As String
Dim Solve As Boolean
Dim value As Integer
value = instance.Add2(Index, Equation, Solve)
|
Parameters
- Index
- Index of the new equation (-1 places it at the end of the list)
- Equation
- String containing the equation
- Solve
- True to solve the equation immediately; false otherwise
Return Value
-1 for both success and failure
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0