Click or drag to resize

StandardCrossSectionFilterPasses Method

returns true if the argument passes the filter

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool Passes(
	ICrossSection cs
)

Parameters

cs
Type: DHI.Mike1D.CrossSectionModuleICrossSection
argument

Return Value

Type: Boolean
true iff pass

Implements

ICrossSectionFilterPasses(ICrossSection)
See Also