ICatchmentConnectionsFind Method |
Searches for an element that matches the conditions defined by
the specified predicate, and returns the first occurrence within
the entire List.
Namespace:
DHI.Mike1D.NetworkDataAccess
Assembly:
DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax ICatchmentConnection Find(
Predicate<ICatchmentConnection> match
)
Function Find (
match As Predicate(Of ICatchmentConnection)
) As ICatchmentConnection
ICatchmentConnection^ Find(
Predicate<ICatchmentConnection^>^ match
)
Parameters
- match
- Type: SystemPredicateICatchmentConnection
The Predicate delegate that defines the conditions of the element to search for.
Return Value
Type:
ICatchmentConnectionThe first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type ICatchmentConnection.
See Also