This enum declares the configuration for given panel schedule type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public enum PanelConfiguration
Members
Member name | Value | Description |
---|---|---|
OneColumn | 0 | Circuits are numbered top-to-bottom in one single column. |
TwoColumnsCircuitsAcross | 1 | Circuits are numbered left-to-right. The odd circuits down the left side, even circuits down the right side. |
TwoColumnsCircuitsDown | 2 | Circuits are numbered top-to-bottom in one single column. First circuits down the left side, then the right side. |