Click or drag to resize

LocationSpanOverLaps Method (Double, Double, Double, Double, Double)

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static bool OverLaps(
	double startChainage1,
	double endChainage1,
	double startChainage2,
	double endChainage2,
	double minOverlap
)

Parameters

startChainage1
Type: SystemDouble
endChainage1
Type: SystemDouble
startChainage2
Type: SystemDouble
endChainage2
Type: SystemDouble
minOverlap
Type: SystemDouble

Return Value

Type: Boolean
See Also