Help with schedule properties

I am making a script to automate the generation of automatic sums for a specific field, however it seems that there is no way to automate it since there is no calling method according to Revit API 21.1, it would help me a lot if you comment me ideas or if you know any solution.
import clr.txt (951 Bytes)



@CRISMARTINEZ-14 haven’t test it myself, but these might be useful.
image

edit: looks promising, public setter

Hi, thanks for responding. I would like to know how you can view these options in real time.

Depends on what you mean by “in real time”, but RevitAPIDocs is always a good place to start for API documentation. The ScheduleDefinition Class has the methods @BimAmbit suggested. In order to set the calculation method of each field you’ll have to use the DisplayType Property from the ScheduleField Class though.

1 Like

@CRISMARTINEZ-14 this is a feature in Visual Studio called “Object Browser”. VS is a separate install which is more of a developer tool. especially if u don’t use zero-touch, VS is a bit overkill. online documentation and the offline one in revit sdk are good enough.