IVariable Interface |
Namespace: EMInvent.InventSim.COMServer
The IVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| Comment |
Extra information of the variable.
| |
| DoubleValue |
Value of the variable calculated internally.
| |
| Expression |
Expression of the variable that is evaluated while calculating
DoubleValue.
| |
| IsEquation |
Returns true if the Expression is an equation. Return false if the Expression
is a number.
| |
| IsOptimizable |
Flag indicating the the variable should be used in optimization.
| |
| MaxValue |
Maximum value of optimizable variable.
| |
| MinValue |
Minimum value of optimizable variable.
| |
| Name |
Name of the variable.
|
| Name | Description | |
|---|---|---|
| IsEqual |
Compares instances of variables.
| |
| SetValues |
The method allows to set actual value, minimum and maximum values
using one function call.
|