GetItems Method


Radio Button Group Get Items Method

Gets the collection of ToggleButtons assigned to the RadioButtonGroup.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ToggleButton> GetItems()

Return Value

IList ToggleButton
Remarks
This is a copy of all the ToggleButtons assigned to this group.
See Also