Click or drag to resize

IVariable Interface

Provides access to a variable defined in a project.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IVariable

The IVariable type exposes the following members.

Properties
  NameDescription
Public propertyComment
Extra information of the variable.
Public propertyDoubleValue
Value of the variable calculated internally.
Public propertyExpression
Expression of the variable that is evaluated while calculating DoubleValue.
Public propertyIsEquation
Returns true if the Expression is an equation. Return false if the Expression is a number.
Public propertyIsOptimizable
Flag indicating the the variable should be used in optimization.
Public propertyMaxValue
Maximum value of optimizable variable.
Public propertyMinValue
Minimum value of optimizable variable.
Public propertyName
Name of the variable.
Top
Methods
  NameDescription
Public methodIsEqual
Compares instances of variables.
Public methodSetValues
The method allows to set actual value, minimum and maximum values using one function call.
Top
See Also