2024 Enumeration
Changes 4
E

ScheduleFieldType

Description:
The type of data displayed in a schedule field.
public enum ScheduleFieldType
Name Description
E Instance An instance parameter of the scheduled elements. All shared parameters also use this type, regardless of whether they are instance or type parameters.
E ElementType A type parameter of the scheduled elements.
E Count The number of elements appearing on the schedule row.
E ViewBased A specialized type of field used for a few parameters whose displayed values can change based on the settings of the view: ROOM_AREA and ROOM_PERIMETER in room and space schedules. PROJECT_REVISION_REVISION_NUM in revision schedules. KEYNOTE_NUMBER in keynote legends that are numbered by sheet.
E Formula A formula calculated from the values of other fields in the schedule.
E Percentage A value indicating what percent of the total of another field each element represents.
E Room A parameter of the room that a scheduled element belongs to.
E FromRoom A parameter of the room on the "from" side of a door or window.
E ToRoom A parameter of the room on the "to" side of a door or window.
E ProjectInfo A parameter of the Project Info element in the project that the scheduled element belongs to, which may be a linked file. Only allowed in schedules that include elements from linked files.
E Material In a material takeoff, a parameter of one of the materials of a scheduled element.
E MaterialQuantity In a material takeoff, a value representing how a particular material is used within a scheduled element. The parameter ID can be MATERIAL_AREA, MATERIAL_VOLUME, or MATERIAL_ASPAINT.
E RevitLinkInstance A parameter of the RevitLinkInstance that an element in a linked file belongs to. Currently RVT_LINK_INSTANCE_NAME is the only supported parameter. Only allowed in schedules that include elements from linked files.
E RevitLinkType A parameter of the RevitLinkType that an element in a linked file belongs to. Currently RVT_LINK_FILE_NAME_WITHOUT_EXT is the only supported parameter. Only allowed in schedules that include elements from linked files.
E StructuralMaterial A parameter of the structural material of a scheduled element.
E Space A parameter of the space that a scheduled element belongs to.
E Analytical A parameter of the analytical element of a scheduled physical element.
E PhysicalType A type parameter of the physical element of a scheduled analytical element.
E PhysicalInstance An instance parameter of the physical element of a scheduled analytical element.
E CombinedParameter Combine parameters of the types that display in a specific part of a schedule. The values for the combined parameters will display in the same cell separated by a slash or other separator. You can add a prefix, suffix or sample value to the parameter.
E HostCount Counts the number of hosts with different mark.
E CustomField For this field type the value for each row is computed based on the (sub)elements that are grouped on that row and can have a graphic representation when the schedule is placed on a sheet.
E Revision A parameter of the revision element that the scheduled revision cloud element belongs to.
E Views A parameter of the primary view owning an annotation element (e.g. Revision Cloud)
E Sheets A parameter of the sheet view owning an annotation element (e.g. Revision Cloud)