Click or drag to resize

IReachDataInterpolatorT Interface

Generic interface for getting an interpolated value defined on a link/reach of a network.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IReachDataInterpolator<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Generic.IReachDataInterpolator`1"]

Methods
  NameDescription
Public methodGetValue(Double, T)
Get value at the specified chainage of the link/reach. Returns false if no value is defined around the chainage.
Public methodGetValue(Double, T, Boolean)
Get value at the specified chainage of the link/reach. Returns false if no value is defined around the chainage.

If two values are present at the same chainage, depending on the directionPositive, if false, it will take the first (upstream value) and if true it will take the last (downstream) value.

Top
See Also