Namespace:
Autodesk.Revit.DB
ScheduleFieldDisplayType
Enumeration
Description:
Display type of schedule field.
Display type of schedule field.
Syntax
public enum ScheduleFieldDisplayType
Unknown Namespace Members:
| Name | Description |
|---|---|
| Standard | 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 | Calculates and displays the total value |
| MinMax | Calculates and displays the minimum and maximum values |
| Max | Calculates and displays the maximum value |
| Min | Calculates and displays the minimum value |