Values are interpolated, if possible
public interface INetworkDataInterpolator<T>
[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Generic.INetworkDataInterpolator`1"]
| GetGlobalValue(T) | Get global value. Returns false if no global value is defined. |
| GetGlobalValue(String, T) | Get value for the specified id. Returns false if no value is defined for the node id. |
| GetReachData | Get a IReachDataInterpolatorT for the specified link/reachId. Returns null if no valueset exist for the link/reachId. |
| GetValue(ILocation, T) | Get value for the specified location. Returns false if no value is defined around the location. |
| GetValue(String, T) | Get value for the specified node. Returns false if no value is defined for the node id. |