Click or drag to resize

IResultDataSearch Interface

Utility interface for searching in reaches, nodes, grid points and catchments in the result data object.

Provided for COM interop.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IResultDataSearch

The IResultDataSearch type exposes the following members.

Properties
  NameDescription
Public propertyResultData
IResultData object
Top
Methods
  NameDescription
Public methodFindCatchment
Find catchment with the provided id
Public methodFindNode
Find all nodes with the provided id
Public methodFindReach(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

Public methodFindReach(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.

Public methodFindReaches
Find all reaches with the provided name
Top
See Also