View.IsWorksetVisible
Method
Description:
Indicates whether the workset is visible in this view.
Indicates whether the workset is visible in this view.
Remarks:
It will take into account whether the workset is opened or closed.
It will take into account whether the workset is opened or closed.
Parameters
Parameter | Type | Description |
---|---|---|
worksetId | WorksetId | Id of the workset. |
Return Value
Type | Description |
---|---|
Boolean | Whether the workset is visible. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | There is no workset with this Id in the document associated with this view. |
ArgumentNullException | A non-optional argument was null |