Revit 2025.3 API
CategoryVisible Property |
Retrieves or changes the visibility of the category in the active view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool this[ View view ] { get; set; }
Public Property Visible ( view As View ) As Boolean Get Set
public: property bool Visible[View^ view] { bool get (View^ view); void set (View^ view, bool value); }
member Visible : bool with get, set
Parameters
- view View
Property Value
BooleanThis 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
See Also