<Code Lib>
2022 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
)

Return Value bool True if the category can be hidden, false otherwise.

Loading…