Gets or sets the type of this band.
One of the RebarBandType values that specifies the type of this band.
The value of this property cannot be changed if the band contains one or more buttons. You can call the Clear method of the Buttons property to empty the collection of buttons on the band.
Exception Type | Condition |
---|---|
InvalidEnumArgumentException | The assigned value is not one of the RebarBandType values. |
InvalidOperationException | The collection of buttons in the band was not empty. |
RebarBand Class | Skybound.Rebar Namespace