| Revit 2020.1 API |
| SimpleWorksetConfiguration Enumeration |
| See Also |
Indicates the set of user-created worksets to open in memory
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2014
Syntax
| C# |
|---|
public enum SimpleWorksetConfiguration |
| Visual Basic |
|---|
Public Enumeration SimpleWorksetConfiguration |
| Visual C++ |
|---|
public enum class SimpleWorksetConfiguration |
Members
| Member name | Description |
|---|---|
| AllWorksets | All user-created worksets. |
| AllEditable | All user-created worksets checked out to the current user. |
| LastViewed | The set of user-created worksets last opened for this model. |
| AskUserToSpecify | Explicitly ask the user the specify which user-created worksets to open. |