ItemTypeGroup Enumeration |
Enumeration that is used to describe whether a certain item is associated with global data, a node or a reach
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum ItemTypeGroup
Members
| Member name | Value | Description |
---|
| Undefined | -1 |
undefined/unknown
|
| GlobalItem | 0 |
Associates with global data
|
| NodeItem | 1 |
Associates with node data
|
| ReachItem | 2 |
Associates with reach data
|
| CatchmentItem | 3 |
Associates with reach data
|
| ReachStructureItem | 4 |
Associates with structures on a reach
|
Remarks Do not edit the integer values, they are written to result files
See Also