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: 16.0.0.0 (11.1.1.1111)
Syntaxpublic HDPipeDesignOptimizationReach FindPipeDesignReachFromId(
string reachId
)
Parameters
- reachId
- Type: SystemString
Return Value
Type:
HDPipeDesignOptimizationReachA HDPipeDesignOptimizationReach or null if the reach was not found
See Also