2027 Property
Changes 0
P

Workset.IsOpen

Description:
Whether the workset is open (rather than closed).
Remarks:
The intent of closing a workset is to ask Revit to not display or expand any element in the workset, to reduce memory usage. Note that open/closed status is independent of editability.
public bool IsOpen { get; }