Cant Get type parameter value in family from linked files

hey guys, i will like to get type parameter value from linked files.

I can’t get the information it always tells me “nul” and I don’t know what to do.

Heya, Spharand and welcome!

Type parameter values are stored within the type; which is its own element. The method your using is currently trying to extract it from the instance.

You need to extract the type of that element, then call the parameter value It should work:

Thanks @Joe.ashton !
your suggestion made me think about how to select my link differently and everything works!

1 Like