Sample Code Revit Batch Processor 1.1.11 documentation
Returns True if the element is fo category Floors and a family instance
elem (Autodesk.Revit.DB.Element) – A revit element
True if the element is fo category Floors and a family instance, otherwise False
bool
Get user selection of set down families.
doc (Autodesk.Revit.DB.Document) – Revit Document
uidoc (Autodesk.Revit.UI.UIDocument) – Revit UIDocument
ui_text (str) – User text for the selection dialog
Tuple containing a list of selected elements and a list of selected element ids.
(list, list)