Indicates the given module is a member of this collection.
Namespace: Autodesk.Revit.DB.MacrosAssembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool Contains(
MacroModule module
)
Parameters
- module MacroModule
-
The module.
Return Value
Boolean
Returns true if the given module is a member of this collection, false otherwise.
Exceptions
See Also
Reference