PushButtonData.AssemblyName Property
The assembly path of the button.
Namespace:
Autodesk.Revit.UI
Assembly:
RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string AssemblyName { get; set; }
Property Value
String
Exceptions
Exception
Condition
ArgumentNullException
Thrown when setting the value to
null
.
ArgumentException
Thrown when setting the value to an empty string.
Remarks
The path of the assembly which contains the corresponding external command.
See Also
Reference
PushButtonData Class
Autodesk.Revit.UI Namespace