Click or drag to resize

M11FfBlockReaderBlockType Enumeration

Type of blocks in MIKE 11 file format

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 BlockType
Members
  Member nameValueDescription
Undefined-2 Not yet set, to be used for un-initialized variables
EndOfFile-1 End of file, no more blocks in file
ItemBlock00 Item descriptor block
ChannelBlock11 Channel descriptor block
TimeBlock22 Time descriptor block
ByteBlock33 Data block, byte
UShortBlock44 Data block, unsigned short (2 byte)
ShortBlock55 Data block, short (2 byte)
Real48Block66 Data block, real48 floating point numbers
NotAllowedBlock77 Not allowed specification
TextBlock88 Data block, text
MiscBlock99 Misc block
Real48Block1010 Data block, real48 floating point numbers
DoubleBlock1111 Data block, doubles, 8 byte floating point numbers
Unknown12 Unknown block type, usually an error
See Also