IGlobalSourceBoundariesIndexOf Method |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax int IndexOf(
IGlobalSourceBoundary item
)
Function IndexOf (
item As IGlobalSourceBoundary
) As Integer
int IndexOf(
IGlobalSourceBoundary^ item
)
Parameters
- item
- Type: DHI.Mike1D.BoundaryModuleIGlobalSourceBoundary
The object to locate in the List. The value can be a null reference (Nothing in Visual Basic) for reference types.
Return Value
Type:
Int32The zero-based index of the first occurrence of item within the entire List, if found; otherwise, –1.
See Also