IRes1DItemDataT Interface

Data for one item and timestep. This is the generic extension of IRes1DItemData

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<T> : IRes1DItemData
Implements
IRes1DItemData

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.ResultDataAccess.IRes1DItemData`1"]

Properties

Data Data in the file in its basic type.
DataItem Data item that the data belongs to.
(Inherited from IRes1DItemData)
Time Time of the data. Unit for the time equals the temporal axis.
(Inherited from IRes1DItemData)
TimeStepIndex Index of time step that data belongs to (zero-based)
(Inherited from IRes1DItemData)

See Also