ItemTypeGroup Enumeration

Enumeration that is used to describe whether a certain item is associated with global data, a node or a reach

Definition

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

Remarks

Do not edit the integer values, they are written to result files

Members

GlobalItem0 Associates with global data
NodeItem1 Associates with node data
ReachItem2 Associates with reach data
CatchmentItem3 Associates with catchment data
ReachStructureItem4 Associates with structures on a reach
CatchmentSurfaceItem5 Associates with catchment surface data
Undefined-1 undefined/unknown

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also