View.CanCategoryBeHidden
Method
Description:
Checks whether the category can be hidden in the view.
Checks whether the category can be hidden in the view.
Remarks:
Categories can be allowed to be hidden in some view types and prohibited from being hidden in others. E.g., categories cannot be hidden in ProjectBrowser
Categories can be allowed to be hidden in some view types and prohibited from being hidden in others. E.g., categories cannot be hidden in ProjectBrowser
Parameters
| Parameter | Type | Description |
|---|---|---|
| elementId | ElementId | ElementId of the category. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the category can be hidden, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |