Click or drag to resize

IEngineDataItemT Interface

An IEngineDataItemT contains data for one quantity.

Data can be present on a node, on a set of gridpoints of a reach, as general data on a reach, and as general data.

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IEngineDataItem<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Engine.ModuleData.IEngineDataItem`1"]

The IEngineDataItemT type exposes the following members.

Properties
  NameDescription
Public propertyDataGeneric
Get engine data for the specified index reference.
Public propertyQuantity
Quantity of the data in this IEngineDataItemT
Top
Methods
  NameDescription
Public methodContainsDataGeneric
Check whether there is data for the index reference
Public methodContainsDataNode
Check whether there is data for the specified node
Public methodContainsDataReach
Check whether there is data for the specified reach
Public methodContainsDataReachGeneric
Check whether there is generic data for the specified reach
Public methodGetDataReach
Get engine data for the specified reach.
Public methodGetDataReachGeneric
Get generic engine data for the specified reach.
Public methodGetValue
Get engine data for the specified node.
Public methodPrepare
Prepare for new simulation
Public methodUpdateValues
Update values
Public methodValueFractionGetter
Valuegetter for engine data for the specified node.
Public methodValueGetter
Valuegetter for engine data for the specified node.
Top
Extension Methods
See Also