Skybound Rebar

RebarBand.BandType Property

Gets or sets the type of this band.

[Visual Basic]
Public Property BandType As RebarBandType
[C#]
public RebarBandType BandType {get; set;}

Property Value

One of the RebarBandType values that specifies the type of this band.

Remarks

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.

Exceptions

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.

See Also

RebarBand Class | Skybound.Rebar Namespace