Revit 2023 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: 23.0.0.0 (23.1.0.0)
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. |