DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
LocationSpan Class
LocationSpan Methods
OverLaps Method
OverLaps Method (ILocationSpan)
OverLaps Method (ILocationSpan, Double)
OverLaps Method (Double, Double, Double)
OverLaps Method (Double, Double, Double, Double, Double)
LocationSpan
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
Implements
ILocationSpan
OverLaps(Double, Double, Double)
See Also
Reference
LocationSpan Class
OverLaps Overload
DHI.Mike1D.Generic Namespace