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