CatchmentKinematicWaveSurfaceType Enumeration

Surface types of the sub-catchments

Definition

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

Members

ImperviousSteep0 0
ImperviousFlat1 1
PerviousSmall2 2
PerviousMedium3 3
PerviousLarge4 4
Impervious32 Custom impervious surface
Pervious33 Custom pervious surface
LID64 Surface is with LID

Extension Methods

IsImpervious Returns true when the surface is impervious
(Defined by RRExtensions)
IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also