This node attempts to get all useful properties from the Worksets in the current Revit document, including:
· The internal workset element
· Workset Ids
· Workset Names
· If the Workset is open or not (Boolean)
· If the Workset is visible by default or not (Boolean)
· If the Workset is the default Workset (typically Workset1, again a Boolean result)
The output is multiple lists of matching length. This node was based on a similar one in the archi-lab package.
I would like to control visibility default of worksets is that possible,
any hint
It is possible but you would probably have to find the appropriate Python code to do that.