INetworkReachDataTGetValue(Double, T, Boolean) Method

Get value for 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,
	bool directionPositive
)

Parameters

chainage  Double
Chainage to get value from
val  T
Value
directionPositive  Boolean
When two values exists at the same point,

Return Value

Boolean
True if value is available

See Also