PushButtonClassName Property |
The name of the class containing the implementation for the command.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string ClassName { get; set; }
Public Property ClassName As String
Get
Set
public:
property String^ ClassName {
String^ get ();
void set (String^ value);
}
member ClassName : string with get, set
Property Value
String
Exceptions
RemarksThe class name which implements the interface IExternalCommand.
See Also