INetworkReachDataDouble Interface

An explicitly typed version of INetworkReachDataT of type double.

Required for COM interop, since COM can not handle generic types

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INetworkReachDataDouble : INetworkReachData<double>
Implements
INetworkReachDataDouble

Properties

GlobalValue Get the reach global value. Only valid if IsGlobal is true.
ReachId Id of reach
Values The reach location values, in case IsGlobal is false.

Methods

Add(Double, Double) Add a value at the chainage location on the reach
Add(Double, Double, Double) Add a value at the span on the reach
GetValue(Double, T) Get value for chainage
(Inherited from INetworkReachDataT)
GetValue(Double, T, Boolean) Get value for chainage
(Inherited from INetworkReachDataT)
IsGlobal Flag defining whether there is one value defined for the entire reach, or whether there is a set of chainage-values.

See Also