RVTDocs.com

MacroManager.RemoveModule

Method
Description:
Removes a MacroModule.
Syntax
public void RemoveModule(
	MacroModule module
)
Parameters
Parameter Type Description
module MacroModule The module will be removed.
Return Value
Exceptions
Exception Condition
ArgumentException The given module is not a member of this collection.
ArgumentNullException A non-optional argument was null
InvalidOperationException Thrown when the given module is a UI module.