AssemblyName Property


The assembly path of the button.

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

Syntax

C#
public string AssemblyName { get; set; }
Visual Basic
Public Property AssemblyName As String
	Get
	Set
Visual C++
public:
property String^ AssemblyName {
	String^ get ();
	void set (String^ value);
}

Remarks

The path of the assembly which contains the corresponding external command.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException Thrown when setting the value to a null reference ( Nothing in Visual Basic) .
Autodesk.Revit.Exceptions ArgumentException Thrown when setting the value to an empty string.
Autodesk.Revit.Exceptions InvalidOperationException Thrown when setting the value to a ToggleButton which is not initialized with an external command.

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 →