<Code Lib>
2025.3 Method
Changes 0
M

WorksetDefaultVisibilitySettings.SetWorksetVisibility

Description:
Set the default visibility of a workset.

public void SetWorksetVisibility(
	WorksetId worksetId,
	bool visible
)

  • worksetId
    Id of the workset.
  • Boolean
    visible
    Whether the workset should be visible by default or not.

Loading…