Click or drag to resize

NetworkReachDataSetTContainsValue Method (Double, Double)

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.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool ContainsValue(
	double startChainage,
	double endChainage
)

Parameters

startChainage
Type: SystemDouble
Start chainage of span
endChainage
Type: SystemDouble
End chainage of span

Return Value

Type: Boolean

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

See Also