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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2014

Syntax

C#
public enum SimpleWorksetConfiguration
Visual Basic
Public Enumeration SimpleWorksetConfiguration
Visual C++
public enum class SimpleWorksetConfiguration

Members

Member nameDescription
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.

See Also