public enum WaterDepthMode| Fixed_value | 0 | Use a user-defined value across the entire network. |
| Full_crossSection | 1 | Use the min (Marker 1, 3) to run the analysis |
| Low_flow_conditions | 2 | Use the low flow markers (4, 5) to run the analysis. |
| Initial_conditions | 3 | // Use the setup initial conditions to run the analysis |
| IsOneOf |
Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions) |