PreDefinedMarker Enumeration

Predefined markers for cross section points.

Definition

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

Members

NoMarker0 no marker (= 0)
LeftLeveeBank1 The left levee bank (marker 1)
LowestPoint2 The lowest point in the channel (marker 2).
RightLeveeBank3 The right levee bank (marker 3).
LeftLowFlowBank4 The left low flow bank (marker 4).
RightLowFlowBank5 The right low flow bank (marker 5).
LeftCoordinateMarker6 The point corresponding to the left coordinate of the cross section (marker 6).
RightCoordinateMarker7 The point corresponding to the right coordinate of the cross section (marker 7).

Extension Methods

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

See Also