Namespace:
Autodesk.Revit.DB
SimpleWorksetConfiguration
Enumeration
Description:
Indicates the set of user-created worksets to open in memory
Indicates the set of user-created worksets to open in memory
Syntax
public enum SimpleWorksetConfiguration
Unknown Namespace Members:
| 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. |