IReachDataInterpolatorTGetValue(Double, T) Method

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

Definition

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

Parameters

chainage  Double

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

val  T

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

Return Value

Boolean

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

See Also