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.

Definition

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

Property Value

ListVariableExpression

See Also