PushButtonData Constructor


Constructs a new instance of PushButtonData.

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

Syntax

C#
public PushButtonData(
	string name,
	string text,
	string assemblyName,
	string className
)
Visual Basic
Public Sub New ( _
	name As String, _
	text As String, _
	assemblyName As String, _
	className As String _
)
Visual C++
public:
PushButtonData(
	String^ name, 
	String^ text, 
	String^ assemblyName, 
	String^ className
)

Parameters

name
Type: SystemString
The internal name of the new button.
text
Type: SystemString
The user visible text seen on the new button.
assemblyName
Type: SystemString
The assembly path of the button.
className
Type: SystemString
The name of the class containing the implementation for the command.

Exceptions

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

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 →