Skybound Rebar

RebarRow.RebarBandCollection.Item Property

Gets the RebarBand at the given index in this instance.

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

Property Value

The RebarBand at the specified index.

Remarks

To retreive an item from the RebarRow.RebarBandCollection, you can reference the collection object with a specific index value. The index value of the RebarRow.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

RebarRow.RebarBandCollection Class | Skybound.Rebar Namespace