Gets the value of the equation at the specified index.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
ReadOnly Property Value( _
ByVal Index As Integer _
) As Double |
| Visual Basic (Usage) | |
|---|
Dim instance As IEquationMgr
Dim Index As Integer
Dim value As Double
value = instance.Value(Index)
|
| C# | |
|---|
double Value(
int Index
) {get;} |
| C++/CLI | |
|---|
property double Value {
double get(int Index);
} |
Parameters
- Index
Index of the equation; -1 if there was an error
Return Value
Value
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0