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: 16.0.0.0 (11.1.1.1111)
Syntax public interface ICrossSectionFilter
The ICrossSectionFilter type exposes the following members.
Methods
| Name | Description |
---|
| Passes |
return true iff a particular cross section passes the filter
|
TopSee Also