Provided for COM interop.
[ObsoleteAttribute("Use ResultDataSearch class directly")]
public interface IResultDataSearch| ResultData | IResultData object |
| 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 |