SimpleWorksetConfiguration Enumeration

Indicates the set of user-created worksets to open in memory

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum SimpleWorksetConfiguration
Members
Member nameValueDescription
AllWorksets0 All user-created worksets.
AllEditable1 All user-created worksets checked out to the current user.
LastViewed2 The set of user-created worksets last opened for this model.
AskUserToSpecify3 Explicitly ask the user the specify which user-created worksets to open.
See Also