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:




No comments:

Post a Comment