Skybound Rebar

RebarRow.RebarBandCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a specified value in this instance.

[Visual Basic]
Public Function IndexOf( _
   ByVal value As RebarBand _
) As Integer
[C#]
public int IndexOf(
   RebarBand value
);

Parameters

value
The RebarBand value to locate.

Return Value

The zero-based index of the first occurrence of value if found; otherwise, returns -1.

See Also

RebarRow.RebarBandCollection Class | Skybound.Rebar Namespace