2025 Method
Changes 0
M

View.CanCategoryBeHidden

Description:
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
public bool CanCategoryBeHidden(
	ElementId elementId
)
  • elementId
    ElementId of the category.
Return Value Boolean True if the category can be hidden, false otherwise.