I have a large number of Detail Item families for schematic symbols, that also have a corresponding Type Image of themselves (So that they can be scheduled in an automatic Key/Legend showing what the symbols are) and im trying to access the Type Image parameter with Dynamo.
It doesnt show up in element.parameters, only “Image” which is the instance version.
Using get parameter by name with “Type Image” doesnt give an error but returns an empty list.
Is there any way to access this? I actually just need to know if a family type has an image or not and dont need to get the image itself.