IDfsDynamicItemInfo Interface | 
Namespace: DHI.Generic.MikeZero.DFS
The IDfsDynamicItemInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociatedStaticItemNumbers | 
            List of associated static item numbers.
              | |
| AxisConversionType | 
            Type of conversion for the axis
              (Inherited from IDfsItemInfo.) | |
| AxisConversionUnit | 
            Desired unit to convert axis to
              (Inherited from IDfsItemInfo.) | |
| ConversionType | 
            Type of conversion for the data values
              (Inherited from IDfsSimpleItemInfo.) | |
| ConversionUnit | 
            Desired unit to convert to
              (Inherited from IDfsSimpleItemInfo.) | |
| DataType | 
            Type of data stored in item.
              (Inherited from IDfsSimpleItemInfo.) | |
| ElementCount | 
            Number of data elements in the item.
              (Inherited from IDfsSimpleItemInfo.) | |
| ItemNumber | 
            Item number, in list of items. 1 based.
              (Inherited from IDfsSimpleItemInfo.)For newly created/added items this can be zero  | |
| MaxValue | 
            Maximum value of the item - stored in the statistics of the dfs file
              | |
| MinValue | 
            Minimum value of the item - stored in the statistics of the dfs file
              | |
| Name | 
            Name of item.
              (Inherited from IDfsSimpleItemInfo.) | |
| OrientationAlpha | 
            Orientation alpha
              (Inherited from IDfsItemInfo.)A rotation in the x-y plane, measured counter-clockwise.  | |
| OrientationPhi | 
            Orientation Phi
              (Inherited from IDfsItemInfo.)A rotation in the x-z plane, measured counter-clockwise.  | |
| OrientationTheta | 
            Orientation Theta
              (Inherited from IDfsItemInfo.)A rotation in the y-z plane, measured counter-clockwise.  | |
| Quantity | 
            EUM quantity of item.
              (Inherited from IDfsSimpleItemInfo.) | |
| ReferenceCoordinateX | 
            Reference coordinate X
              (Inherited from IDfsItemInfo.) | |
| ReferenceCoordinateY | 
            Reference coordinate Y
              (Inherited from IDfsItemInfo.) | |
| ReferenceCoordinateZ | 
            Reference coordinate Z
              (Inherited from IDfsItemInfo.) | |
| SpatialAxis | 
            Spatial axis of item.
              (Inherited from IDfsItemInfo.) | |
| UsedElementCount | 
            Number of used data elements in the axis. For
            compressed files, this can differ from ElementCount  (Inherited from IDfsItemInfo.) | |
| ValueType | 
            Type of value in item.
              (Inherited from IDfsSimpleDynamicItemInfo.) | 
| Name | Description | |
|---|---|---|
| SetAxisUnitConversion | 
            Sets the unit axis conversion for a specific item. 
              (Inherited from IDfsItemInfo.) | |
| SetOrientation | 
            Update the orientation of the spatial axis.
              (Inherited from IDfsItemInfo.) | |
| SetReferenceCoordinates | 
            Update the reference coordinates of the spatial axis.
              (Inherited from IDfsItemInfo.) | |
| SetUnitConversion | 
            Sets the unit conversion for a specific item. 
              (Inherited from IDfsSimpleItemInfo.) | 
| Name | Description | |
|---|---|---|
| CreateEmptyItemData | Overloaded.   
            Create an IDfsItemDataT of the correct type for the
            item.
              (Defined by DfsExtensions.)The result can be used by ReadItemTimeStep(IDfsItemData, Int32)  | |
| CreateEmptyItemDataT | Overloaded.   
            Create an IDfsItemDataT of the correct type for the
            item.
              (Defined by DfsExtensions.)The result can be used by ReadItemTimeStep(IDfsItemData, Int32) If not the item is of type {T}, an exception will be thrown.  |