Skybound Rebar

RebarBand.IsLast Property

Gets a value that indicates whether this band is positioned as the last band on the rebar.

[Visual Basic]
Public ReadOnly Property IsLast As Boolean
[C#]
public bool IsLast {get;}

Property Value

true if this band is currently positioned as the last band on the bottom row of the rebar; otherwise, false.

Remarks

If the band has not been assigned to a rebar control yet, this property returns true.

See Also

RebarBand Class | Skybound.Rebar Namespace