Help to find parameter in Revit API

Hi everyone, sry if i choose wrong topic, i am just new.
I have a question about Revit API.
I am trying to create a python code for dynamo to calculate some elements in schedulde, but i cant find in Revit API one thing (look at the pic.)
If anyone know how to get acces to this, help plz, thx.
0

Hi @dz-ws-07,

You can access that via Schedule Field DisplayType:
https://www.revitapidocs.com/2020/ca5cd7f7-081e-65f3-b671-2a1c780a5b09.htm

The values are here:
https://www.revitapidocs.com/2020/e7f18e54-26a9-88f7-15ef-4c3a1f7bf066.htm

-biboy

1 Like

Thx! Thts work!

1 Like