Click or drag to resize

LocationSpanOverLaps Method (ILocationSpan)

Decides whether a location span overlaps the current locationSpan. If overlap is less than LOCATION_EQUAL_TOLERANCE, false is returned.

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 OverLaps(
	ILocationSpan other
)

Parameters

other
Type: DHI.Mike1D.GenericILocationSpan

[Missing <param name="other"/> documentation for "M:DHI.Mike1D.Generic.LocationSpan.OverLaps(DHI.Mike1D.Generic.ILocationSpan)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.LocationSpan.OverLaps(DHI.Mike1D.Generic.ILocationSpan)"]

Implements

ILocationSpanOverLaps(ILocationSpan)
See Also