Adds an equation at the specified index for the specified configurations.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IEquationMgr
Dim Index As System.Integer
Dim Equation As System.String
Dim Solve As System.Boolean
Dim WhichConfigurations As System.Integer
Dim ConfigCount As System.Integer
Dim ConfigNames As System.String
Dim value As System.Integer
value = instance.IAdd3(Index, Equation, Solve, WhichConfigurations, ConfigCount, ConfigNames) |
Parameters
- Index
- Index of the new equation (-1 places it at the end of the list)
- Equation
- String containing the equation (see Remarks)
- Solve
- True to solve the equation immediately; false to solve later (see Remarks)
- WhichConfigurations
- Configuration option as defined in swInConfigurationOpts_e (see Remarks)
- ConfigCount
- Number of names in ConfigNames array
- ConfigNames
-
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
Index of the new equation, -1 if error
Remarks
See Also
Availability
SOLIDWORKS 2014 FCS, Revision Number 22.0