Click or drag to resize

IReachDataInterpolatorTGetValue Method

Get value at the specified chainage of the link/reach. Returns false if no value is defined around the chainage.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
bool GetValue(
	double chainage,
	out T val
)

Parameters

chainage
Type: SystemDouble
val
Type: T

Return Value

Type: Boolean
See Also