Showing posts with label COLLECTIONS. Show all posts
Showing posts with label COLLECTIONS. Show all posts

Monday, July 15, 2013

Getting Elements

Quite often when writing code for Revit I need to get all the elements of a particular category. To help me do this I wrote the follow helper method:











So when I need to get elements I call that method. For example to get all the floor elements I use:




Thursday, September 20, 2012