| Revit 2022.1 API |
| Category..::..IsVisibleInUI Property |
| Category Class See Also |
Identifies if the category is visible to the user and should be displayed in UI.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2020
Syntax
| C# |
|---|
public bool IsVisibleInUI { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsVisibleInUI As Boolean Get |
| Visual C++ |
|---|
public: property bool IsVisibleInUI { bool get (); } |