ComponentClassification Enumeration

An enumerated type lists all MEP component classification. This attribute describes the general purpose of the MEP part component, that is used for scheduling, tagging, filter, ODBC, and etc. One component classification may include more than one part type.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ComponentClassification
Members
Member nameValueDescription
Undefined0 Undefined component classification
Pipe1 Straight pipe segment component classification
Duct2 Straight duct segment component classification
FlexPipe11 Flex pipe curve component classification
FlexDuct12 Flex duct curve component classification
Elbow101 Elbow component classification
Tee102 Tee component classification
Tap103 Cap component classification
Transition104 Transition component classification
Cross105 Cross component classification
Endcap106 Cap component classification
Coupling107 Coupling component classification
Union108 Union component classification
Flange109 Flange component classification
Wye110 Wye component classification
Valve111 Valve component classification
Sensor112 Sensor component classification
Hanger113 Hanger (supports) component classification
Sleeve114 Sleeve (supports) component classification
See Also