Click or drag to resize

EngineNet.FindAllReaches Method

Finds all the reach that uses the specified name. If none of the reaches contains the location null is returned.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IList<EngineReach> FindAllReaches(
	string reachName
)

Parameters

reachName
Type: System.String
Name of reach to look for

Return Value

Type: IList<EngineReach>
A set of EngineReaches with the given location or null if not found
See Also