Message 1 of 2

Not applicable
05-07-2019
11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use C# to develop REVIT 2016 add-ins.
I want to iterate through all the parameters under BuiltInParameterGroup.PG_IDENTITY_DATA. However, I can only get all the parameters from a single element and filter every parameter which costs so much time. So I want to know there is some way to iterate through the parameters only under a certain group.
Solved! Go to Solution.