Click or drag to resize

NetworkReachDataSetTGetValue Method (Double, T)

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
)

Parameters

chainage
Type: SystemDouble
Location chainage to find value for
val
Type: T
Value at chainage

Return Value

Type: Boolean
True if value exists

Implements

IReachDataInterpolatorTGetValue(Double, T)
See Also