UIMacroManagerRemoveModule Method

Removes a MacroModule.

Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUIMacros (in RevitAPIUIMacros.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void RemoveModule(
	MacroModule module
)

Parameters

module  MacroModule
The module will be removed.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also