| Revit Preview Release API |
| WorksetTable..::..GetWorkset Method (Guid) |
| WorksetTable Class See Also |
Returns the workset from a input Guid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2012
Syntax
| C# |
|---|
public Workset GetWorkset( Guid guid ) |
| Visual Basic |
|---|
Public Function GetWorkset ( _ guid As Guid _ ) As Workset |
| Visual C++ |
|---|
public: Workset^ GetWorkset( Guid guid ) |
Parameters
- guid
- Type: System..::..Guid
Guid of the workset.