IRes1DNodesIndexOf Method
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List.
Namespace: DHI.Mike1D.ResultDataAccessAssembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
int IndexOf(
IRes1DNode item
)
- item IRes1DNode
- The object to locate in the List. The value can be a null reference (Nothing in Visual Basic) for reference types.
Int32The zero-based index of the first occurrence of item within the entire List, if found; otherwise, –1.