WaterDepthMode Enumeration

Type of WaterDepth Conditions Used to run the analysis.

Definition

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

Members

Fixed_value0 Use a user-defined value across the entire network.
Full_crossSection1 Use the min (Marker 1, 3) to run the analysis
Low_flow_conditions2 Use the low flow markers (4, 5) to run the analysis.
Initial_conditions3 // Use the setup initial conditions to run the analysis

Extension Methods

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

See Also