How to get all parameters of cateogries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. Dear developers.
I'm currently making a feature that gets all parameters by category.
For example, CableTray has more than one Families.
If you look at the properties of both types, you can see that there is more parameter 'Rung Space' in Ladder Type.
So, if I click on the cable tray item in the category, I want to get all the parameters including'Rung Space'.
For this, I referred to Revit Look in Building Coder. From the link below, I was able to get a list of all parameters and values of the Levit instance object.
But this is how I get the parameters of the object, not the category parameters I want.
And I found bolow link.
https://forums.autodesk.com/t5/revit-api-forum/get-category-parameters/td-p/6289100
Of the three links above, the second seems to be correct, but I haven't tested it yet.
Please let me know if you have any good ideas.
Best Regards Jason Kim