Revit 2025.3 API
| Electrical | 
   The Circuit Naming Index where the Electrical System is located in its panel.
   The Circuit Naming Index is used to retrieve the Circuit Naming Index of the Electrical System.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int CircuitNamingIndex { get; }
Public ReadOnly Property CircuitNamingIndex As Integer Get
public: property int CircuitNamingIndex { int get (); }
member CircuitNamingIndex : int with get
Property Value
Int32See Also