<Code Lib>
2021 Method
Changes 0
M

View.IsWorksetVisible

Description:
Indicates whether the workset is visible in this view.
Remarks:
It will take into account whether the workset is opened or closed.

public bool IsWorksetVisible(
	WorksetId worksetId
)

Return Value bool Whether the workset is visible.

Loading…