Constructs a new instance of ComboBoxData.

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

Syntax

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

Parameters

name
Type: System..::..String
The internal name of the ComboBoxMember.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullExceptionThrown when nullNothingnullptra null reference (Nothing in Visual Basic) is passed for name.
Autodesk.Revit.Exceptions..::..ArgumentExceptionThrown when an empty string is passed for name.

See Also