I know…that description is a bit convoluted but I will try to explain.
I am currently creating a graph that will be verifying certain things before allowing a user to proceed. One of those checks will be making sure a logo family that is nested within our titleblock family has had it’s parameters associated to the titleblocks parameters correctly.
I found this thread (Associate family parameter in a family) which has a python script written by the amazing @awilliams which allows the association of said parameters. I am wondering how hard it would be to modify this python script to simply check to see if a list of provided parameters are associated or not and return true/false values for each.
Thanks in advance!