| Revit 2017 API |
| Categories..::..Contains Method |
| Categories Class See Also |
Identifies if a category which has the specified name is in the list of top-level categories.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public override bool Contains( string name ) |
| Visual Basic |
|---|
Public Overrides Function Contains ( _ name As String _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Contains( String^ name ) override |
Parameters
- name
- Type: System..::..String
The name of the category to be retrieved.