Sets a group of user-created worksets to open.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Open( IList<WorksetId> worksetsToOpen )
Parameters
- worksetsToOpen IList<WorksetId>
- The group of user-created worksets to open. Non-user-created worksets and invalid workset ids will be ignored.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
