Define how the schedule field's multiple value is displayed.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum ScheduleFieldMultipleValuesDisplayType
Members
| Member name | Value | Description |
|---|
| Custom | 2 |
Display custom text per [!:Autodesk::Revit::DB::ScheduleField] instance,
as defined by the [!:Autodesk::Revit::DB::ScheduleField::MultipleValuesCustomText] property.
|
| Project | 0 |
Display the project setting [!:Autodesk::Revit::DB::MultipleValuesIndicationSettings::Value].
|
| Varies | 1 |
Display a standard hardcoded text, translated for the active locale.
|
See Also
Reference