Indicates the set of user-created worksets to open in memory
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public enum SimpleWorksetConfiguration
Members
Member name | Value | Description |
---|---|---|
AllEditable | 1 | All user-created worksets checked out to the current user. |
AllWorksets | 0 | All user-created worksets. |
AskUserToSpecify | 3 | Explicitly ask the user the specify which user-created worksets to open. |
LastViewed | 2 | The set of user-created worksets last opened for this model. |