SetOpenWorksetsConfiguration Method


Open Options Set Open Worksets Configuration Method

Sets the object used to configure the worksets to open when the model is opened.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetOpenWorksetsConfiguration(
	WorksetConfiguration openConfiguration
)

Parameters

openConfiguration WorksetConfiguration
The options. If , all user-created worksets will be opened.
Remarks
These options are ignored for non-workshared models.
See Also