Skybound Rebar

Rebar.RebarBandCollection.Item Property

Gets the RebarBand with the specified name in this instance, or a null reference (Nothing in Visual Basic) if there is no band with the specified name.

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

Parameters

name
The name of the band to return.

See Also

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