DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
AbstractLocationSpan Class
AbstractLocationSpan Methods
OverLaps Method
OverLaps Method (ILocationSpan)
OverLaps Method (ILocationSpan, Double)
OverLaps Method (Double, Double, Double)
AbstractLocationSpan
OverLaps Method (Double, Double, Double)
Decides whether a location span overlaps the chainages of another locationSpan. If overlap is less than minOverlap, false is returned.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
bool
OverLaps
(
double
startChainage
,
double
endChainage
,
double
minOverlap
)
Parameters
startChainage
Type:
System
Double
endChainage
Type:
System
Double
minOverlap
Type:
System
Double
Return Value
Type:
Boolean
See Also
Reference
AbstractLocationSpan Class
OverLaps Overload
DHI.Mike1D.Generic Namespace