An enumerated type listing all the possible circuit types.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum CircuitType
Members
| Member name | Value | Description |
|---|---|---|
| Circuit | 0 | Circuit type is circuit. |
| Space | 2 | Circuit type is space. |
| Spare | 1 | Circuit type is spare. |
