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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IReachDataInterpolator<T>

Type Parameters

T

The IReachDataInterpolatorT type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Get value at the specified chainage of the link/reach. Returns false if no value is defined around the chainage.
Top
See Also