Message 1 of 5

Not applicable
10-22-2014
12:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to write a simple macro to count all inserted images in a project and return the count back to me, as well as the names and image types of each file. I am relatively new to the Revit API and I am not entirely sure how to structure the script. I've tried to run a foreach with a filteredElementCollect for .OfClass(typeof(ImageView)) however, I do not believe that ImageView is the proper name of what I am looking for. If anyone has any advice on this please let me know. Thanks.
Solved! Go to Solution.