FloodMapOutputItem Enumeration |
Item used in M11 Map Output
Type of item
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax Public Enumeration OutputItem
public enum class OutputItem
Members
| Member name | Value | Description |
---|
| WaterLevel | 0 |
Water level
|
| WaterDepth | 1 |
Water depth
|
| Velocity | 2 |
Velocity
|
| VelocityTimesDepth | 3 |
Velocity times depth
|
| ADComponent | 4 |
AD component
|
| DEM | 5 |
DEM
|
| HPQ | 6 |
HPQ - water level and x and y fluxes.
|
See Also