Click or drag to resize

ControlDataVariables Property

List of user defined variables.

User defined variables are variables that are evaluated in every Update(DateTime, DateTime) and can be used in other expressions.

The variables are evaluated in-order, if a variable "A" is used in the expression of another variable "B", then "A" must be defined before "B" in this list.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public List<VariableExpression> Variables { get; }

Property Value

Type: ListVariableExpression
See Also