INetworkDataInterpolatorT Interface |
Values are interpolated, if possible
Namespace: DHI.Mike1D.Generic
The INetworkDataInterpolatorT type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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(String, T) |
Get value for the specified node. Returns false if no value is
defined for the node id.
|
![]() | GetValue(ILocation, T) |
Get value for the specified location. Returns false if no value is
defined around the location.
|