RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Category

Category.AllowsVisibilityControl

Property
Description:
Whether the visibility can be controlled by the user for this category in this view.
Remarks:
There are some categories in Revit that are hidden to users in the Object Styles and Visibility dialog. Their visibility cannot be controlled for a particular view. This property identifies if the category allows visibility control (and thus allows the Visible property to be set).
Syntax
public bool this[
	View view
] { get; }
Parameters
Parameter Type Description
view View The view where visibility control might be allowed.
Return Value