Skip to main content

Instance-Workset Table

If an element is a Workset, it will be associate with this table.

Internally, Revit uses Worksets in ways that are invisible to users and this information is reflected here. It uses Worksets to organize Views, Families, internal settings, etc. If you only care about traditional Worksets in Revit, make sure to only look at Worksets of "Type" = "User Workset".

_key

Connects to 'Element'[Instance.Workset_key].

Id

IsEditable

"True" if the Workset is Editable; "False" otherwise.

IsOpen

"True" if the Workset is Open; "False" otherwise.

Kind

Kinds of Worksets:

  • FamilyWorkset — Used Internally to organize Families in Revit
  • StandardWorkset — Used internally to house Standards in Revit
  • UserWorkset — User facing Worksets, this is what most users care about
  • ViewWorkset — Used internally to house Views in Revit

Name

Workset Name.

Owner

Workset Owner, if any.

UniqueId

Workset UniqueID.