DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
NetworkReachDataSet(T) Class
NetworkReachDataSet(T) Methods
Add Method
Contains Method
GetValue Method
IsGlobal Method
NetworkReachDataSet
T
GetValue Method
Get value at the given location.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
bool
GetValue
(
double
chainage
,
out
T
val
)
Parameters
chainage
Type:
System
Double
Location chainage to find value for
val
Type:
T
Value at chainage
Return Value
Type:
Boolean
True if value exists
Implements
IReachDataInterpolator
T
GetValue(Double, T
)
See Also
Reference
NetworkReachDataSet
T
Class
DHI.Mike1D.Generic Namespace