Click or drag to resize

NetworkDataStateReader Class

Extension class handling network state reading
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.EngineNetworkDataStateReader

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class NetworkDataStateReader

The NetworkDataStateReader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadNetworkState
Read a network state, based on the indices of nodes and reaches specified, storing values in a NetworkDataT object.

A network states contains one array of node values, matching the nodesinput, and a number of arrays of reach values, matching the reaches input. For reaches, the array must contain values on all H grid points or all Q grid points.

Top
See Also