Sample Code Revit Batch Processor 1.1.15 documentation
Bases: Base
A class to store colour fill information for objects.
Class constructor
Imports data from a data row into the ColourFillStorage object.
data_row (list) – The data row to import from.
TypeError – If data_row is not a list.
ValueError – If data_row does not have the correct number of elements.
TypeError – If data_row is not a list of strings.
None
None
Returns the headers for the report.
A list of headers.
list
Returns the data for the report.
A list of data.
list