LoadClassificationType Enumeration |
An enumerated type listing all the possible load classification types for a connector object.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum LoadClassificationType
Public Enumeration LoadClassificationType
public enum class LoadClassificationType
type LoadClassificationType
MembersMember 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