IResultDataSearch Interface |
Provided for COM interop.
Namespace: DHI.Mike1D.ResultDataAccess
The IResultDataSearch type exposes the following members.
Name | Description | |
---|---|---|
ResultData | IResultData object
|
Name | Description | |
---|---|---|
FindCatchment |
Find catchment with the provided id
| |
FindNode |
Find all nodes with the provided id
| |
FindReach(String, Double) |
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), the first one (smallest start-chainage) is returned | |
FindReach(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. | |
FindReaches |
Find all reaches with the provided name
|