Click or drag to resize

IResultDataHelper Interface

Helper class that extend the functionality of ResultData

Required for certain functions related to 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 IResultDataHelper

The IResultDataHelper type exposes the following members.

Methods
  NameDescription
Public methodCreateSearcher
Create a result-data searcher
Public methodNetworkDataReachData
From a network data object, return all reach data objects as an enumerator
Public methodNetworkDataReachDataToArray
From a network data object, return all reach data objects.
Public methodQuantitiesGlobal
Return all global quantities
Public methodQuantitiesOnCatchments
Return all quantities on catchments
Public methodQuantitiesOnNodes
Return all quantities on nodes
Public methodQuantitiesOnReaches
Return all quantities on reaches
Public methodReachDataValues
From a reach data object, return all reach location values as an enumerator
Public methodReachDataValuesToArray
From a reach data object, return all reach location values.
Top
See Also