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

Category.Visible

Property
Description:
Retrieves or changes the visibility of the category in the active view.
Remarks:
This affects only if the category is set visible or invisible individually. Other Revit mechanisms may also affect the visibility of elements of this category, including:
  • the category classes settings for model categories, annotation categories, import categories or analytical model categories.
  • view filters
Thus setting this value may not affect the actual visibility of elements of this category in the view.
Syntax
public bool this[
	View view
] { get; set; }
Parameters
Parameter Type Description
view View
Return Value