Sample Code Revit Batch Processor 1.1.15 documentation
Bases: Base
A class representing the shared parameter model.
Constructor for the parameter data class.
name (str) – The name of the parameter.
group (str) – The group of the parameter. (within the sharted parameter file)
is_type_parameter (bool) – Is the parameter a type parameter (True) or instance parameter (False)
para_type (str) – The type of the parameter. (Text, Number, etc.)
visiblity (bool) – The visiblity of the parameter.
property_group (str) – The property group of the parameter. (where it will appear in revit UI under)
shared_parameter_file_path (str) – The path to the shared parameter file.