IRes1DGridPointsFind 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.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax IRes1DGridPoint Find(
Predicate<IRes1DGridPoint> match
)
Function Find (
match As Predicate(Of IRes1DGridPoint)
) As IRes1DGridPoint
IRes1DGridPoint^ Find(
Predicate<IRes1DGridPoint^>^ match
)
Parameters
- match
- Type: SystemPredicateIRes1DGridPoint
The Predicate delegate that defines the conditions of the element to search for.
Return Value
Type:
IRes1DGridPointThe first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type IRes1DGridPoint.
See Also