RVTDocs.com

MacroManager.Contains

Method
Description:
Indicates the given module is a member of this collection.
Syntax
public bool Contains(
	MacroModule module
)
Parameters
Parameter Type Description
module MacroModule The module.
Return Value
Type Description
Boolean Returns true if the given module is a member of this collection, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null