IRes1DStructuresFind Method

Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
IRes1DStructure Find(
	Predicate<IRes1DStructure> match
)

Parameters

match  PredicateIRes1DStructure
The Predicate delegate that defines the conditions of the element to search for.

Return Value

IRes1DStructure
The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type IRes1DStructure.

See Also