WorksetDefaultVisibilitySettingsSetWorksetVisibility Method

Set the default visibility of a workset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetWorksetVisibility(
	WorksetId worksetId,
	bool visible
)

Parameters

worksetId  WorksetId
Id of the workset.
visible  Boolean
Whether the workset should be visible by default or not.
Exceptions
ExceptionCondition
ArgumentException There is no workset with this Id in the document.
ArgumentNullException A non-optional argument was null
InvalidOperationException WorksetDefaultVisibilitySettings is not applicable to family documents.
See Also