Indicates the visibility settings of a workset in a particular view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum WorksetVisibility
Members
Member name | Value | Description |
---|---|---|
Hidden | 1 | Be hidden in a view. |
UseGlobalSetting | 2 | Do not override the visibility. |
Visible | 0 | Be visible in a view (i.e. will be visible unless it is closed). |