IResultDataSearch Interface

Note: This API is now obsolete.
Utility interface for searching in reaches, nodes, grid points and catchments in the result data object.

Provided for COM interop.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[ObsoleteAttribute("Use ResultDataSearch class directly")]
public interface IResultDataSearch

Properties

Methods

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

See Also