NetworkReachDataSetTContainsValue(Double, Direction) Method

Check if a value already exists at the specified chainage, or if the specified chainage is included in a value span.

The direction can specify if any value or if only a negative or positive direction value is searched for.

For a reach with a global value, true is returned.

Chainage value must be exact, i.e. there is no tolerance in the search.

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 ContainsValue(
	double chainage,
	Direction direction
)

Parameters

chainage  Double

[Missing <param name="chainage"/> documentation for "M:DHI.Mike1D.Generic.NetworkReachDataSet`1.ContainsValue(System.Double,DHI.Mike1D.Generic.Direction)"]

direction  Direction

[Missing <param name="direction"/> documentation for "M:DHI.Mike1D.Generic.NetworkReachDataSet`1.ContainsValue(System.Double,DHI.Mike1D.Generic.Direction)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.NetworkReachDataSet`1.ContainsValue(System.Double,DHI.Mike1D.Generic.Direction)"]

See Also