IResultDataSearchFindReach(String, Double, Boolean) 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), you must select whether you want
the upstream or the downstream reach.
Namespace: DHI.Mike1D.ResultDataAccessAssembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
IRes1DReach FindReach(
string reachName,
double chainage,
bool downstream
)
- reachName String
- Name of reach
- chainage Double
- Chainage within reach
- downstream Boolean
- Bool indicating whether you want the upstream (false) or the downstream (true) one
IRes1DReachReach at location, null if not found.