FlowDir type. Used for readability of the code.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax Public Enumeration FlowDir
public enum class FlowDir
Members
| Member name | Value | Description |
---|
| NegativeFlow | -1 |
Negative flow direction. I.e. flow towards lower chainage.
|
| NoFlow | 0 |
Flow is standing still. This flag is not used, in case of no water level difference, PositiveFlow is set.
|
| PositiveFlow | 1 |
Positive flow direction. I.e. flow towards higher chainage.
|
See Also