IRes1DItemData Interface

Data for one data item and one timestep.

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.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IRes1DItemData

Remarks

This differs from IDfsItemData in that the DataItem is returned as an ItemNumber (integer). This could be reused, if the data item enumerator was made into a list.

Properties

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)

See Also