Share

Document.GetWorksetTable Method

Get the WorksetTable of this document.


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

Syntax

C#

public WorksetTable GetWorksetTable()

Return Value

WorksetTable
The WorksetTable of this document.

Remarks

There is one WorksetTable for each document. There will be at least one workset in the table, even if sharing has not yet been enabled for this document.

See Also

Reference

Was this information helpful?