Shared Parameter: Values can vary by group instance

I created a new shared parameter with Dynamo and added it to my project with Archi-Lab Grimshaw package
Everything worked perfect except the new parameter is created standard as Values are aligned per group type
How can i set this in Dynamo so i can Choose between Values are aligned per group type and Values can vary by group instance?

1 Like

Hi Loek,

You need to access Revit API for this:

Thanx Kulkul
But i don’t know how to set up a script like that in python

My collegue found the solution, what works for us.
Create the Parameter with the Archi-Lab Grimshaw package.
the Shared Parameter is in the Python script at paramName
After SetAllowVaryBetweenGroups you can fill in 1 or 0


3 Likes