HTMLSummaryReachSelector Method |
Selector for reach based tables
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected virtual bool ReachSelector(
EngineReach reach,
HashSet<string> reachSelection
)
Protected Overridable Function ReachSelector (
reach As EngineReach,
reachSelection As HashSet(Of String)
) As Boolean
protected:
virtual bool ReachSelector(
EngineReach^ reach,
HashSet<String^>^ reachSelection
)
Parameters
- reach
- Type: DHI.Mike1D.EngineEngineReach
Reach to test - reachSelection
- Type: System.Collections.GenericHashSetString
Selection set, can be null
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HTMLSummary.ReachSelector(DHI.Mike1D.Engine.EngineReach,System.Collections.Generic.HashSet{System.String})"]
See Also