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.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum ComponentClassification
Public Enumeration ComponentClassification
public enum class ComponentClassification
type ComponentClassification
MembersMember name | Value | Description |
---|
Undefined | 0 |
Undefined component classification
|
Pipe | 1 |
Straight pipe segment component classification
|
Duct | 2 |
Straight duct segment component classification
|
FlexPipe | 11 |
Flex pipe curve component classification
|
FlexDuct | 12 |
Flex duct curve component classification
|
Elbow | 101 |
Elbow component classification
|
Tee | 102 |
Tee component classification
|
Tap | 103 |
Cap component classification
|
Transition | 104 |
Transition component classification
|
Cross | 105 |
Cross component classification
|
Endcap | 106 |
Cap component classification
|
Coupling | 107 |
Coupling component classification
|
Union | 108 |
Union component classification
|
Flange | 109 |
Flange component classification
|
Wye | 110 |
Wye component classification
|
Valve | 111 |
Valve component classification
|
Sensor | 112 |
Sensor component classification
|
Hanger | 113 |
Hanger (supports) component classification
|
Sleeve | 114 |
Sleeve (supports) component classification
|
See Also