Click or drag to resize

IResultDataIO Interface

TODO: Interface for working the the data in the underlying file format, on a file based manner.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IResultDataIO

The IResultDataIO type exposes the following members.

Methods
  NameDescription
Public methodClose
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.
Public methodReadItemTimestep(IDataItem, Int32)
Read the item and timestep from the file. Data is not loaded into the Res1D data structures.
Public methodReadItemTimestep(IRes1DItemData, Int32)
Read the item and timestep from the file. Data is not loaded into the Res1D data structures.
Public methodReadItemTimestepNext
Read the item and timestep from the file. Data is not loaded into the Res1D data structures.
Public methodReadTimestep
Read all items of the specified time step. Data is loaded into each seperate data item within the Res1D data structure
Public methodReset
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.

Public methodWriteItemTimestep

Writes the specified dynamic item-timestep data to the underlying storage.

Public methodWriteItemTimestepNext

Writes the next dynamic item-timestep data to the underlying storage

Public methodWriteTimestep
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.
Top
See Also