Hello.
I’m trying to create a script that allows me to select all linked Revit files in a model and place them on a workset. I’ve got it to work where it will place the links on a workset already created and now I’m trying to have the option to place the links on a new workset created within the script but I’ve hit a brick wall. Can anyone help?
Hi @WheelerCJ
Workset patameter storage type is id. Currently your feeding strings. Below is an example.
2 Likes
Thank you.
Where can I find the ‘Get Worksets’ node?
Get Worksets is from archi-lab package. BTW you could also use builtin nodes.
1 Like
Thank you again.