Revit 2025.3 API
Load |
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: 25.3.0.0 (25.3.0.0)
Syntax
| 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. |
See Also