ScheduleFieldMultipleValuesDisplayType Enumeration

Define how the schedule field's multiple value is displayed.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ScheduleFieldMultipleValuesDisplayType
Members
Member nameValueDescription
Custom2 Display custom text per [!:Autodesk::Revit::DB::ScheduleField] instance, as defined by the [!:Autodesk::Revit::DB::ScheduleField::MultipleValuesCustomText] property.
Project0 Display the project setting [!:Autodesk::Revit::DB::MultipleValuesIndicationSettings::Value].
Varies1 Display a standard hardcoded text, translated for the active locale.
See Also