Click or drag to resize

ICrossSectionFilter Interface

simple interface definition for a filter for cross section, used, e.g., in partial loading of a cross section collection. A particular implementation will have additional members. Note: there is a CrossSectionFilter class that implements this interface.

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

The ICrossSectionFilter type exposes the following members.

Methods
  NameDescription
Public methodPasses
return true iff a particular cross section passes the filter
Top
See Also