Share

PulldownButtonData Constructor

Constructs a new instance of PulldownButtonData.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public PulldownButtonData(
	string name,
	string text
)

Parameters

name  String
The internal name of the new button.
text  String
 

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when null is passed for one or more arguments.
ArgumentExceptionThrown when an empty string is passed for one or more arguments.

See Also

Reference

Was this information helpful?