ReachSearcherTFindReach(ILocation) Method

Find reach at the provided location.

In case two reaches cover the same location (when one reach has been split into two at exactly that location), the first one (smallest start-chainage) is returned

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public T FindReach(
	ILocation location
)

Parameters

location  ILocation
Location

Return Value

T
Reach at location, null if not found.

See Also