We already discussed the topic of family category and filtering previously, but this question keeps cropping up anyway, so here is a repetition from a slightly different point of view by Saikat Bhattacharya. Question: I am trying to get the loaded families with a LightingFixtures category. However, I am not getting the results I expected. I used the following code: Autodesk.Revit.Creation.Filter cf = app.Create.Filter; Filter f1 = cf.NewTypeFilter( typeof( Family ) ); Filter f2 = cf.NewCategoryFilter( BuiltInCategory.OST_LightingFixtures ); LogicAndFilter f3... Read more →