Share

WorksetKind Enumeration

Indicates one of the standard kinds of workset (as available in the UI).


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum WorksetKind

Members

Member nameValueDescription
FamilyWorkset1 Workset containing a family.
OtherWorkset0 Any workset which is not one of the standard types included in this enum.
StandardWorkset3 Workset containing a standard.
UserWorkset4 Workset defined by users, including the two default worksets created by Revit
ViewWorkset2 Workset containing a view.

See Also

Reference

Was this information helpful?