An enumerated type listing all the possible load classification types for a connector object.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum LoadClassificationType
Members
Member name | Value | Description |
---|---|---|
HVAC | 3 | Load Classification Type is HVAC. |
Lighting | 2 | Load Classification Type is Lighting. |
Other | 0 | Load Classification Type is Other. |
Power | 1 | Load Classification Type is Power. |