Message 1 of 3
Revit MEP 2012 (C#)

Not applicable
11-17-2011
10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm a beginner at programming with C#. I am trying to create a command that will total lengths of pipes in Revit MEP 2012. Let me explain what I would like it to do:
The user will select a group of pipes. The "Length" parameters will be extracted for each of the pipes selected. They will then be combined to show to total length of the pipe(s) selected.
At some point I'd like the to be totaled by pipe size, then by length per pipe size, but I want to figure that out on my own. Can someone point me in the right direction or help me get started?