Message 1 of 2

Not applicable
03-20-2014
09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am new to Revit and the Revit API (as well as C# - though I have taken various OOP courses in Java). My goal for my first add-in is to select all the ducts in a project and go through each one, modifying a shared parameter value based on connections. I currently have a working add-in that allows me to select one duct - modifying the shared parameter for that single duct. It would be nice if I could get this to work on a large scale. Run the add-in, the add-in selects all the ducts and updates all the shared parameter values one-at-a-time for each duct. Is there a way to accomplish this task?
Cam
Solved! Go to Solution.