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

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 struct ItemDescriptor
Inheritance
Object    ValueType    M11FfBlockReaderItemDescriptor

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Antal Number of data channels of this item type
RecType Code number describing the type of data in the channels represented by this item descriptor.
Text1 Text 1, max 8 characters (ASCII)
Text2 Text 2, max 8 characters (ASCII)
Text3 Text 3, max 8 characters (ASCII)
Text4 Text 4, max 8 characters (ASCII)
TypeText Text describing the item. Max 80 characters (ASCII)

See Also