As I’ve said before on AUGI, if you aren’t using Filters in your command development then you should be with Revit 2009. However as you start to use them in more complicated scenarios your code can get a little unwieldy.
In this post I’m going to show you some methods to tidy up your code a little. In the following example we’re going to get all doors where the sill is less than 0.0 above the floor level and all windows where the sill is less than 760mm above the floor level. More...