Click or drag to resize

INetworkReachDataT Interface

Data defined on a reach.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface INetworkReachData<T>

Type Parameters

T

The INetworkReachDataT type exposes the following members.

Properties
  NameDescription
Public propertyGlobalValue
Public propertyReachId
Id of reach
Public propertyValues
The set of chainages and values defined, in case IsGlobal is false.
Top
Methods
  NameDescription
Public methodAdd(Double, T)
Add a value at the chainage location on the reach
Public methodAdd(Double, Double, T)
Add a value at the span on the reach
Public methodIsGlobal
Flag defining whether there is one value defined for the entire reach, or whether there is a set of chainage-values.
Top
See Also