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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IEngineDataItem<T>

Type Parameters

T

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 methodGetDataNode
Get engine data for the specified node.
Public methodGetDataReach
Get engine data for the specified reach.
Public methodGetDataReachGeneric
Get generic engine data for the specified reach.
Public methodPrepare
Prepare for new simulation
Public methodUpdateValues
Update values
Top
See Also