Click or drag to resize

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.

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 IRes1DItemData

The IRes1DItemData type exposes the following members.

Properties
  NameDescription
Public propertyData
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
Public propertyDataItem
Data item that the data belongs to.
Public propertyTime
Time of the data. Unit for the time equals the temporal axis.
Public propertyTimeStepIndex
Index of time step that data belongs to (zero-based)
Top
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.
See Also