RVTDocs.com
Namespace: Autodesk.Revit.DB Class: WorksetTable

WorksetTable.GetWorkset(Guid)

Method
Description:
Returns the workset from a input Guid.
Syntax
public Workset GetWorkset(
	Guid guid
)
Parameters
Parameter Type Description
guid Guid Guid of the workset.
Return Value
Type Description
Workset The returned workset. if there is no workset in this table with this Id.