RadioButtonGroupData Constructor


Constructs a new instance of RadioButtonGroupData.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2011

Syntax

C#
public RadioButtonGroupData(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)
Visual C++
public:
RadioButtonGroupData(
	String^ name
)

Parameters

name
Type: SystemString
The internal name of the RadioButtonGroup.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullExceptionThrown when a null reference (Nothing in Visual Basic) is passed for name.
Autodesk.Revit.ExceptionsArgumentExceptionThrown when an empty string is passed for name.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →