Click or drag to resize

HDPipeDesignDataFindEngineReachFromId Method

Find the EngineReach that has reachId == EngineReach.LocationSpan.ID. If multiple reaches exist that have the same ID in locations, then an exception is generated. Use this function from Prepare if the

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static EngineReach FindEngineReachFromId(
	string reachId,
	IEnumerable<EngineReach> reaches
)

Parameters

reachId
Type: SystemString
reaches
Type: System.Collections.GenericIEnumerableEngineReach

Return Value

Type: EngineReach
See Also