ResultDataSearchFindReach Method (String, Double, Boolean) |
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.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IRes1DReach FindReach(
string reachName,
double chainage,
bool downstream
)
Public Function FindReach (
reachName As String,
chainage As Double,
downstream As Boolean
) As IRes1DReach
public:
virtual IRes1DReach^ FindReach(
String^ reachName,
double chainage,
bool downstream
) sealed
Parameters
- reachName
- Type: SystemString
Name of reach - chainage
- Type: SystemDouble
Chainage within reach - downstream
- Type: SystemBoolean
Bool indicating whether you want the upstream (false) or the downstream (true) one
Return Value
Type:
IRes1DReachReach at location, null if not found.
Implements
IResultDataSearchFindReach(String, Double, Boolean)See Also