| Dfs2Util Class | 
Namespace: DHI.Generic.MikeZero.DFS.dfs123
The Dfs2Util type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateEmptyItemData(IDfs2File, Int32) | 
            Create an IDfsItemData2DT of the correct type for the
            item with the given itemNumber.
              | |
| CreateEmptyItemDataT(IDfs2File, Int32) | 
            Create an IDfsItemData2DT of the correct type for the
            item with the given itemNumber.
              | |
| CreateM21MiscCustomBlock | 
            Create a "M21_Misc" custom block
              | |
| GenerateMaxItemData | 
            Reads all timesteps of a dfs2 file item and returns one item data with
            the maximum value over time.
              | |
| GenerateMinItemData | 
            Reads all timesteps of a dfs2 file item and returns one item data with
            the minimum value over time.
              | |
| LandValue | 
            Extract land-value from a HPQ dfs2 file.
             Value is extracted from the 3rd position of the "M21_Misc" custom block. If the "M21_Misc" custom block is not found, an exception is thrown.  | |
| ReadFloatTimeSeriesByPoint | 
            This method will read all items and timesteps and return the values on 
            the xIndex,yIndex in the grid
            as time series.
             first dimension is time, second is items. This method will fail if not all items are of type float.  |