NetworkReachDataSetTContainsValue(Double, Double) Method

Check if one ore more values are defined inside the chainage span.

Values at start of span with negative direction and end of span with positive direction is not inside span, while values at start of span with positive direction and end of span with negative direction is considered inside span.

Values inside other spans can share start/end chainage without being inside.

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 startChainage,
	double endChainage
)

Parameters

startChainage  Double
Start chainage of span
endChainage  Double
End chainage of span

Return Value

Boolean

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

See Also