Click or drag to resize

IRes1DItemDataT Interface

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

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

Type Parameters

T

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

The IRes1DItemDataT type exposes the following members.

Properties
  NameDescription
Public propertyData
Data in the file in its basic type.
Public propertyDataItem
Data item that the data belongs to.
(Inherited from IRes1DItemData.)
Public propertyTime
Time of the data. Unit for the time equals the temporal axis.
(Inherited from IRes1DItemData.)
Public propertyTimeStepIndex
Index of time step that data belongs to (zero-based)
(Inherited from IRes1DItemData.)
Top
See Also