Inspect the value in Parameter

Dear all,

when I got a file from other, I wanna inspect the parameter have value or not for initiating. To realize which parameter I should delete.

Therefore, I do a function for inspection, First I sort all the paramter and find out which categories there are, then point paramter one by one to search all the value in all categories. And then match the data tree by its path. At the same time, using data record and the function of component named number(Animation) for auto-running and storing data.

But Some of paramters still not find out the value and it have value in Revit. I pretty sure it not about the limitation of element’s count I choose.

Do have a efficient and correct way to make the purpose?There are my definition.

Thank you first.

Inspect the value in Parameter…gh (13.2 KB)

Can you provide more information? Opening in your definition a new file isn’t giving context.

This seems like something a Revit Schedule would do well with.

Dear Japhy,

Sorry for mass as my room. You can check attachment again.

Yes, I can do it in schdeule by selecting muti-categories, it still a good way I can do.
But if there are many parameters and in different language, it will take time to do that. I have to check where categories it in and click one by one to open up for every parameter. That’s why I think it.

image

Inspect the value in Parameter…gh (15.7 KB)

I think there might be better ways to do this, can you post a small Revit file with some of the data? The GH file on a blank project doesn’t show what is going on.

to reiterate, the essential problem is still this

“But Some of parameters still not find out the value and it have value in Revit. I pretty sure it not about the limitation of element’s count I choose.”

One flaw this might be that some parameters are on the instance, some are on the Element Type.

The original file is too big, there are a smaller one for you by a link.

I also put a list indicated which parameters had the issue in the GH file.

Yes, the flaw happen in both of two format, but I may do some wrong in my definition.

https://drive.google.com/drive/folders/1P8UHR7KMLNQp5ilZBH6gF-c5XmbwcJ6m?usp=sharing

Looking. The intent is to delete unused parameters, either in the Family Type or in the Project. Correct?

Yes,It is. Any parameter in project for initiating. And also migrate all parameters.