I have collected element types using following code in Ironpython:
typeelements = DB.FilteredElementCollector(revit.doc)\
.OfClass(DB.ElementType)\
.ToElements()
How to know whether an element collected in typeelements
is present in Revit model space?