INetworkReachDataT Interface |
Namespace: DHI.Mike1D.Generic
[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Generic.INetworkReachData`1"]
The INetworkReachDataT type exposes the following members.
Name | Description | |
---|---|---|
![]() | GlobalValue |
Get the reach global value. Only valid if [!:HasGlobalValue]
is true.
|
![]() | ReachId |
Id of reach
|
![]() | Values |
The set of chainages and values defined, in case IsGlobal is false.
|
Name | Description | |
---|---|---|
![]() | Add(Double, T) |
Add a value at the chainage location on the reach
|
![]() | Add(Double, Double, T) |
Add a value at the span on the reach
|
![]() | IsGlobal |
Flag defining whether there is one value defined for
the entire reach, or whether there is a set of chainage-values.
|