Skybound Rebar

Rebar.RebarBandCollection.Item Property

Gets the RebarBand at the given index in this instance.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As RebarBand
[C#]
public RebarBand this[
   int index
] {get;}

Parameters

index
The indexed location of the RebarBand in the collection.

Property Value

The RebarBand at the specified index.

Remarks

To retreive an item from the Rebar.RebarBandCollection, you can reference the collection object with a specific index value. The index value of the Rebar.RebarBandCollection is a zero-based index.

Exceptions

Exception Type Condition
ArgumentException

The index parameter is less than zero.

-or-

The index parameter is greater than the number of items in the collection.

See Also

Rebar.RebarBandCollection Class | Skybound.Rebar Namespace | Rebar.RebarBandCollection.Item Overload List