ICatchmentSourceBoundariesFindAll Method |
Searches for an element that matches the conditions defined by
the specified predicate, and returns a list of all matches
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax List<ICatchmentSourceBoundary> FindAll(
Predicate<ICatchmentSourceBoundary> match
)
Function FindAll (
match As Predicate(Of ICatchmentSourceBoundary)
) As List(Of ICatchmentSourceBoundary)
List<ICatchmentSourceBoundary^>^ FindAll(
Predicate<ICatchmentSourceBoundary^>^ match
)
Parameters
- match
- Type: SystemPredicateICatchmentSourceBoundary
The Predicate delegate that defines the conditions of the element to search for.
Return Value
Type:
ListICatchmentSourceBoundaryThe first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type ICatchmentSourceBoundary.
See Also