Constructs a new workset configuration with an initial setting to open or close all user-created worksets, or to open last viewed worksets.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public WorksetConfiguration( WorksetConfigurationOption option )
Parameters
- option WorksetConfigurationOption
- The option to open or close all user created worksets by default.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |