Indicates the given module is a member of this collection.
Namespace: Autodesk.Revit.DB.MacrosAssembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public bool Contains( MacroModule module ) |
| Visual Basic |
|---|
Public Function Contains ( _ module As MacroModule _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( MacroModule^ module ) |
Parameters
- module
- Type: Autodesk.Revit.DB.Macros..::..MacroModule
The module.
Return Value
Returns true if the given module is a member of this collection, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |