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

PushButton.AssemblyName

Property
Description:
The assembly path of the button.
Remarks:
The path of the assembly which contains the corresponding external command.
Syntax
public string AssemblyName { get; set; }
Exceptions
Exception Condition
ArgumentNullException Thrown when setting the value to.
ArgumentException Thrown when setting the value to an empty string.
InvalidOperationException Thrown when setting the value to a ToggleButton which is not initialized with an external command.