Indicates one of the standard kinds of workset (as available in the UI).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
| C# |
|---|
public enum WorksetKind |
| Visual Basic |
|---|
Public Enumeration WorksetKind |
| Visual C++ |
|---|
public enum class WorksetKind |
Members
| Member name | Description |
|---|---|
| OtherWorkset | Any workset which is not one of the standard types included in this enum. |
| FamilyWorkset | Workset containing a family. |
| ViewWorkset | Workset containing a view. |
| StandardWorkset | Workset containing a standard. |
| UserWorkset | Workset defined by users, including the two default worksets created by Revit |