ScheduleFieldDisplayType Enumeration

Display type of schedule field.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ScheduleFieldDisplayType
Members
Member nameValueDescription
Standard0 Standard: field setting for [!:Autodesk::Revit::DB::ScheduleField::MultipleValuesText] is displayed if the values of the elements are different, otherwise, the common value will be displayed
Totals1 Calculates and displays the total value
MinMax2 Calculates and displays the minimum and maximum values
Max3 Calculates and displays the maximum value
Min4 Calculates and displays the minimum value
See Also