Returns the visibility settings of a workset for this particular view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public WorksetVisibility GetWorksetVisibility(
WorksetId worksetId
)
Parameters
- worksetId WorksetId
-
Id of the workset.
Return Value
WorksetVisibility
The visibility of a workset for this particular view.
Exceptions
Remarks
The settings does not reflect the fact of whether a workset is currently closed or not.
See Also
Reference