Skybound Rebar

RebarBand.NextBand Property

Gets the rebar band that is positioned after this one.

[Visual Basic]
Public ReadOnly Property NextBand As RebarBand
[C#]
public RebarBand NextBand {get;}

Property Value

A RebarBand that is after this one on its row, or a null reference (Nothing in Visual Basic) if this band is the last on its row.

Remarks

If the band has not been assigned to a rebar control yet, this property returns a null reference (Nothing in Visual Basic).

For right-to-left layouts, this property returns the band immediately to the left of the current band. For left-to-right layouts, this property returns the band immediately to the right.

See Also

RebarBand Class | Skybound.Rebar Namespace