IResultDataIO Interface |
Namespace: DHI.Mike1D.ResultDataAccess
The IResultDataIO type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Close the file and release all ressources associated with it. The header information
is still valid (for reading) even though the file has been closed.
| |
| ReadItemTimestep(IDataItem, Int32) |
Read the item and timestep from the file. Data is not loaded into the
Res1D data structures.
| |
| ReadItemTimestep(IRes1DItemData, Int32) |
Read the item and timestep from the file. Data is not loaded into the
Res1D data structures.
| |
| ReadItemTimestepNext |
Read the item and timestep from the file. Data is not loaded into the
Res1D data structures.
| |
| ReadTimestep |
Read all items of the specified time step. Data is loaded into each seperate data item
within the Res1D data structure
| |
| Reset |
Resets the storage pointer to point on the first dynamic item time step in the file.
Can also be used if it is required to restart reading the static items. | |
| WriteItemTimestep | Writes the specified dynamic item-timestep data to the underlying storage. | |
| WriteItemTimestepNext | Writes the next dynamic item-timestep data to the underlying storage | |
| WriteTimestep |
Write all items of the specified time step. Data is taken from each seperate data item
within the Res1D data structure. It is assumed that these data are available everywhere.
|