RVTDocs.com
Namespace: Autodesk.Revit.UI Class: ComboBoxData

ComboBoxData

Constructor
Description:
Constructs a new instance of ComboBoxData.
Syntax
public ComboBoxData(
	string name
)
Parameters
Parameter Type Description
name String The internal name of the ComboBoxMember.
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown whenis passed for name.
ArgumentException Thrown when an empty string is passed for name.