Click or drag to resize

FlowDir Enumeration

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 enum FlowDir
Members
  Member nameValueDescription
NegativeFlow-1 Negative flow direction. I.e. flow towards lower chainage.
NoFlow0 Flow is standing still. This flag is not used, in case of no water level difference, PositiveFlow is set.
PositiveFlow1 Positive flow direction. I.e. flow towards higher chainage.
See Also