Sample Code Revit Batch Processor 1.1.11 documentation
Gets warnings data to be written to report file.
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
revit_file_path (str) – The file hostname, which is added to data returned.
list of list of sheet properties.
list of list of str
Converts a list of dictionaries of view properties names and values to a list of properties only.
view_data ([{}]) – List of dictionaries representing view properties
A list of lists of view property values.
[[str]]
Writes to file all warnings properties.
file type: csv
file_name (str) – The fully qualified file path of the report file.
current_file_name (str) – The current revit file name which will be appended to data in the report.
Result class instance. - .status True if data was written successfully. Otherwise False. - .message will contain write status.
header used in reports