Hello,
I am working in mapping Revit family’s parameters to excel, currently I can map the properties but cannot map the type parameters of the family. Do you know which Dynamo node I need to use to access these type parameters? I am working with the Electrical Systems and the railings, In these cases I cannot even map simple type parameters as height to the excel sheet. I would like to know if it is possible to access these parameters and how to do it with Dynamo.
So far I have tried using the GetParameterByName node, (for elements, category and family) but I can only get the properties from the families. For example, when used for streetlights and railings, I can map the properties, but parameters of the family such as height that are inherent of the family cannot be mapped.
Do you know any way, or node, in which these type parameters can be accessed?
As you can see, all the data present in the “Properties” of each family instance is accessible, but in the case of the family parameters, data cannot be retrieved. Do you know how can I access these family type parameters?