NetworkReachDataSetTGetValue(Double, T) Method

Get value at the given location.

Definition

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

Parameters

chainage  Double
Location chainage to find value for
val  T
Value at chainage

Return Value

Boolean
True if value exists

Implements

IReachDataInterpolatorTGetValue(Double, T)
INetworkReachDataTGetValue(Double, T)

See Also