| IRes1DItemData Interface | 
Depending on the type of data in the file, this can be cast to a similar IRes1DItemDataT and the Data can be cast to its raw array data type.
This interface is never implemented directly.
Namespace: DHI.Mike1D.ResultDataAccess
 Syntax
SyntaxThe IRes1DItemData type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Data | 
            Data in the file. The data can be cast to one of the basic array
            types, as for example double[], depending on the type of data stored in the item
             | 
|  | DataItem | 
            Data item that the data belongs to.
             | 
|  | Time | 
            Time of the data. Unit for the time equals the temporal axis. 
             | 
|  | TimeStepIndex | 
            Index of time step that data belongs to (zero-based)
             | 
 Remarks
Remarks See Also
See Also