Click or drag to resize

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: 19.0.0.0 (11.1.1.1111)
Syntax
public enum ItemTypeGroup
Members
  Member nameValueDescription
Undefined-1 undefined/unknown
GlobalItem0 Associates with global data
NodeItem1 Associates with node data
ReachItem2 Associates with reach data
CatchmentItem3 Associates with reach data
ReachStructureItem4 Associates with structures on a reach
Remarks
Do not edit the integer values, they are written to result files
See Also