Revit 2019.2 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: 19.0.0.0 (19.2.0.66)
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.