Click or drag to resize

NetworkReachDataSetTGetValue Method (Double, T, Boolean)

Get value at the given location.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool GetValue(
	double chainage,
	out T val,
	bool directionPositive
)

Parameters

chainage
Type: SystemDouble
Location chainage to find value for
val
Type: T
Value at chainage
directionPositive
Type: SystemBoolean
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

Type: Boolean
True if value exists

Implements

IReachDataInterpolatorTGetValue(Double, T, Boolean)
See Also