Gets or sets the equation at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Equation( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IEquationMgr
Dim Index As Integer
Dim value As String
instance.Equation(Index) = value
value = instance.Equation(Index)
|
C# | |
---|
string Equation(
int Index
) {get; set;} |
C++/CLI | |
---|
property String^ Equation {
String^ get(int Index);
void set (int Index, String^ value);
} |
Parameters
- Index
- Index of the equation
Return Value
String containing the equation
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0