Sample Code Revit Batch Processor 1.1.11 documentation
Amends dictionary past in with keys and or values added retrieved from collector past in.
Key values are as per BUILTIN_STAIR_TYPE_FAMILY_NAMES.
collector (Autodesk.Revit.DB.FilteredElementCollector) – A filtered element collector containing Stair type elements.
dic (dic { str: [Autodesk.Revit.DB.ElementId]}) – A dictionary containing key: stair type family name, value: list of ids.
A dictionary containing key: stair type family name, value: list of ids.
dic { str: [Autodesk.Revit.DB.ElementId]}
Returns a dictionary containing all stair types in the model.
Key values are as per BUILTIN_STAIR_TYPE_FAMILY_NAMES.
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
A dictionary containing key: stair type family name, value: list of ids.
dic { str: [Autodesk.Revit.DB.ElementId]}