Click or drag to resize

ControlDataNumberOfIterations Property

Number of iterations when applying the control.

Default value is 1. Only increase if there are controls depending on other controls.

In case some controls depends on other controls, it can be necessary to evaluate the controls twice, such having the second control updated in the second iteration, after the first control has updated in first iteration.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int NumberOfIterations { get; set; }

Property Value

Type: Int32
See Also