Click or drag to resize

IReachDataInterpolatorTGetValue Method (Double, T)

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: 19.0.0.0 (11.1.1.1111)
Syntax
bool GetValue(
	double chainage,
	out T val
)

Parameters

chainage
Type: SystemDouble

[Missing <param name="chainage"/> documentation for "M:DHI.Mike1D.Generic.IReachDataInterpolator`1.GetValue(System.Double,`0@)"]

val
Type: T

[Missing <param name="val"/> documentation for "M:DHI.Mike1D.Generic.IReachDataInterpolator`1.GetValue(System.Double,`0@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.IReachDataInterpolator`1.GetValue(System.Double,`0@)"]

See Also