Click or drag to resize

M11FfBlockReaderItemDescriptor Structure

Item Descriptor block

The ITEM descripter part contains one ITEM descripter record for each type of data channel. Examples of ITEMs are "water level" and "flow". If data channels with values for water level as a funtion of time is to be devided into groups e.g. "water level in nodes" and "water level in pipes" then there must exist an ITEM descripter record for each of the groups.

Each item descripter record may represent several data channels of the described ITEM.

In this part of the file no extra records are allowed. Note in particular that ITEM descripter records for data channels with time values must be defined too

ONE item descirptor record for each type of data channel.

No extra records allowed in this part

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public struct ItemDescriptor

The M11FfBlockReaderItemDescriptor type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAntal
Number of data channels of this item type
Public fieldRecType
Code number describing the type of data in the channels represented by this item descriptor.
Public fieldText1
Text 1, max 8 characters (ASCII)
Public fieldText2
Text 2, max 8 characters (ASCII)
Public fieldText3
Text 3, max 8 characters (ASCII)
Public fieldText4
Text 4, max 8 characters (ASCII)
Public fieldTypeText
Text describing the item. Max 80 characters (ASCII)
Top
See Also