LTSJobListCreatorTypes Enumeration

Enum specifying what kind of algorithm to use when generating a job list.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum LTSJobListCreatorTypes

Members

RainSeries0 Evaluation is done only when the rain is active.
AllInflow1 No optimization using the rain series is done and inflow is examined every time step.

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also