2021 Method
Changes 0
M

View.IsCategoryOverridable

Description:
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
public bool IsCategoryOverridable(
	ElementId categoryId
)
Return Value bool True if category can be overridden, false otherwise.