Revit 2023 API |
Workset..::..IsVisibleByDefault Property |
Workset Class See Also |
Whether the workset is visible by default.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public bool IsVisibleByDefault { get; } |
Visual Basic |
---|
Public ReadOnly Property IsVisibleByDefault As Boolean Get |
Visual C++ |
---|
public: property bool IsVisibleByDefault { bool get (); } |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | WorksetDefaultVisibilitySettings is not applicable to family documents. |