Display type of schedule field.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ScheduleFieldDisplayType
Members
Member name | Value | Description |
---|---|---|
Max | 3 | Calculates and displays the maximum value |
Min | 4 | Calculates and displays the minimum value |
MinMax | 2 | Calculates and displays the minimum and maximum values |
Standard | 0 | 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 |
Totals | 1 | Calculates and displays the total value |