Find family with shared parameter X

Hi,

Given the shared parameter GUID, can i find the family that brought it into my project?

If I’m understanding correctly, then you will need to get all elements in the model. Get the name of all parameters from each element and do a string contains between those names and the name of the parameter you are wanting to find “GUID”. Then filter based on those bool results. Not sure if there is another quicker way.

Not really… you would need the external family documents as if memory serves the SP would bind to other families in the category once loaded.