Click or drag to resize

IRes1DSpatialFilter Interface

A filter interface that specifies whether a specified Res1D data structure is included or not.

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 IRes1DSpatialFilter

The IRes1DSpatialFilter type exposes the following members.

Methods
  NameDescription
Public methodIsIncluded(INetworkCatchment)
Returns true if the catchment is included by the filter
Public methodIsIncluded(INetworkNode)
Returns true if the node is included by the filter
Public methodIsIncluded(INetworkReach)
Returns true if the entire reach is included by the filter
Public methodIsIncluded(INetworkReach, INetworkGridPoint)
Returns true if the gridpoint is included by the filter
Public methodIsIncludedGlobal
Returns true if the global quantity is included by the filter
Top
See Also