A collection of options used to initialize a WorksetConfiguration.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Members
| Member name | Description |
|---|---|
| OpenAllWorksets | Open all user-created worksets by default. Additional open requests will be ignored for this type of configuration. |
| CloseAllWorksets | Close all user-created worksets by default. Additional close requests will be ignored for this type of configuration. |
| OpenLastViewed | Close all user-created worksets by default, but open last viewed worksets. |