Sets a group of user-created worksets to open.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2014
Syntax
| C# |
|---|
public void Open(
IList<WorksetId> worksetsToOpen
) |
| Visual Basic |
|---|
Public Sub Open ( _
worksetsToOpen As IList(Of WorksetId) _
) |
| Visual C++ |
|---|
public:
void Open(
IList<WorksetId^>^ worksetsToOpen
) |
Parameters
- worksetsToOpen
- Type: System.Collections.Generic..::..IList<(Of <(<'WorksetId>)>)>
The group of user-created worksets to open. Non-user-created worksets and invalid workset ids will be ignored.
Remarks
Exceptions
See Also