Checks whether the category can be hidden in the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanCategoryBeHidden( ElementId elementId )
Parameters
- elementId ElementId
- ElementId of the category.
Return Value
BooleanTrue if the category can be hidden, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
