CrossSectionZone Enumeration |
Zone types for cross sections.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum CrossSectionZone
Members
| Member name | Value | Description |
---|
| Normal | 0 |
Normal (default)
|
| DeadWater | 1 |
Dead water zone
|
| Vegetation | 2 |
Vegetation zone
|
| BankVegetation | 3 |
Bank vegetation zone
|
| DeadWaterDueToVegetation | 5 |
Dead water zone (due to vegetation)
|
| VegetationLowDensity | 5 |
Vegetation (low density)
|
| BankVegetationLowDensity | 6 |
Bank vegetation (low density)
|
| DeadWaterDueToVegetationLowDensity | 7 |
Dead Water due to Vegetation (low density)
|
See Also