Constructs a new instance of ComboBoxData.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ComboBoxData(
string name
)
Public Sub New (
name As String
)
public:
ComboBoxData(
String^ name
)
new :
name : string -> ComboBoxData
Parameters
- name String
- The internal name of the ComboBoxMember.
Exceptions
See Also