Sample Code Revit Batch Processor 1.1.11 documentation
Returns the dictionary keys is autodesk.revit.db element type as string and values are available type ids.
collector (Autodesk.Revit.DB.FilteredElementCollector) – A filtered element collector containing detail component types.
Dictionary where key is the element type as string and value is a list of all type ids belonging to the element type.
dic{str:list[Autodesk.Revit.DB.ElementId]}
Returns the dictionary keys is autodesk.revit.db element type as string and values are elements of that type.
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
collector (Autodesk.Revit.DB.FilteredElementCollector) – A filtered element collector containing elements.
Dictionary where key is the element type as string and value is a list of all elements belonging to the element type.
dic{str:list[Autodesk.Revit.DB.Element]}