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
The IEngineDataItemT type exposes the following members.
| Name | Description | |
|---|---|---|
| DataGeneric |
Get engine data for the specified index reference.
| |
| Quantity |
Quantity of the data in this IEngineDataItemT |
| Name | Description | |
|---|---|---|
| ContainsDataGeneric |
Check whether there is data for the index reference
| |
| ContainsDataNode |
Check whether there is data for the specified node
| |
| ContainsDataReach |
Check whether there is data for the specified reach
| |
| ContainsDataReachGeneric |
Check whether there is generic data for the specified reach
| |
| GetDataNode |
Get engine data for the specified node.
| |
| GetDataReach |
Get engine data for the specified reach.
| |
| GetDataReachGeneric |
Get generic engine data for the specified reach.
| |
| Prepare |
Prepare for new simulation
| |
| UpdateValues |
Update values
|