Click or drag to resize

HTMLSummaryStrucInfoFilter Method (ListHTMLSummaryStructureInfo, FuncHTMLSummaryStructureInfo, Boolean)

Create list of StrucInfoFilter(ListHTMLSummaryStructureInfo, FuncHTMLSummaryStructureInfo, Boolean) containing only structures selected by selector

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected List<HTMLSummaryStructureInfo> StrucInfoFilter(
	List<HTMLSummaryStructureInfo> strucInfos,
	Func<HTMLSummaryStructureInfo, bool> selector
)

Parameters

strucInfos
Type: System.Collections.GenericListHTMLSummaryStructureInfo

[Missing <param name="strucInfos"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StrucInfoFilter(System.Collections.Generic.List{DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StructureInfo},System.Func{DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StructureInfo,System.Boolean})"]

selector
Type: SystemFuncHTMLSummaryStructureInfo, Boolean

[Missing <param name="selector"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StrucInfoFilter(System.Collections.Generic.List{DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StructureInfo},System.Func{DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StructureInfo,System.Boolean})"]

Return Value

Type: ListHTMLSummaryStructureInfo

[Missing <returns> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StrucInfoFilter(System.Collections.Generic.List{DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StructureInfo},System.Func{DHI.Mike1D.Mike1DDataAccess.HTMLSummary.StructureInfo,System.Boolean})"]

See Also