Sample Code Revit Batch Processor 1.1.16 documentation
Get all view filters in the model by name.
doc – Revit Document
Dictionary of view filters by name
Read the view filter storage from file.
file_path (str) – Full path to the file including file name.
Result message and list of view filter storage objects.
tuple (result message, list of view filter storage objects)
Reads the column width data from a csv file and returns it as a dictionary of dictionaries, where the key is the schedule id and the values are the field name (key) and column width (value) to set.
file_path (str) – The file path of the csv file to read.
A list of dictionaries containing the schedule name, field name and column width to set.
dict[int, dict[str, int]]