Extract Element Cost

How to extract element cost from Revit to Excel using dynamo?

Can you show what you have tried?

I have tried to extract the cost for the door element. But I am unable to extract the cost material wise. I have attached the image as I am unable to upload dynamo file.

I don’t see anything wrong with it.
What is not working?

@Marcel_Rijsmus I think he wants to access the cost of the Material associated with the element.

You’ll have to extract the materials of your door before you can find their cost.

First check which parameters in your door hold relevant material info, then get the materials from them by using GetParameterValueByName. Then connect that to another GetParameterValueByName to get the value of the cost parameter of each material.

1 Like