FlowDir Enumeration

FlowDir type. Used for readability of the code.

Definition

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

Members

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.
NegativeFlow-1 Negative flow direction. I.e. flow towards lower chainage.

Extension Methods

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

See Also