Radio
|
Adds new ToggleButtons to the RadioButtonGroup.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- buttonData IList ToggleButtonData
- A list of objects containing the data needed to construct the ToggleButtons.
Return Value
IList ToggleButtonThe newly added ToggleButtons.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when buttonData is . |
| ArgumentException | Thrown when button with buttonData.Name already exists in the group. |