Removes a MacroModule.
Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUIMacros (in RevitAPIUIMacros.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void RemoveModule( MacroModule module )
Parameters
- module MacroModule
- The module will be removed.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |