Click or drag to resize

HDPipeDesignDataFindPipeDesignReachFromId Method

Loop through all reaches that are part of Pipe Design and return the one with the specified id.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public HDPipeDesignOptimizationReach FindPipeDesignReachFromId(
	string reachId
)

Parameters

reachId
Type: SystemString

[Missing <param name="reachId"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HDPipeDesignData.FindPipeDesignReachFromId(System.String)"]

Return Value

Type: HDPipeDesignOptimizationReach
A HDPipeDesignOptimizationReach or null if the reach was not found
See Also