Share

View.SetWorksetVisibility Method

Sets visibility for a workset in this view.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetWorksetVisibility(
	WorksetId worksetId,
	WorksetVisibility visible
)

Parameters

worksetId  WorksetId
Id of the workset.
visible  WorksetVisibility
The visibility of the workset.

Exceptions

ExceptionCondition
ArgumentException There is no workset with this Id in the document associated with this view.
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

Remarks

It works even when the workset is closed. This settings overrules implicit visibility of the workset (for this particular view only).

See Also

Reference

Was this information helpful?