DHI.Mike1D Class Library
C#
Show/Hide TOC
Network
Reach
Data
Set
T
Get
Value(Double,
T
, Boolean) Method
Get value at the given location.
Definition
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
bool
GetValue
(
double
chainage
,
out
T
val
,
bool
directionPositive
)
Parameters
chainage
Double
Location chainage to find value for
val
T
Value at chainage
directionPositive
Boolean
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.
Return Value
Boolean
True if value exists
Implements
IReachDataInterpolator
T
GetValue(Double, T
, Boolean)
INetworkReachData
T
GetValue(Double, T
, Boolean)
See Also
Reference
NetworkReachDataSet
T
Class
GetValue Overload
DHI.Mike1D.Generic Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also