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.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2021
Syntax
C# |
---|
public int CircuitNamingIndex { get; } |
Visual Basic |
---|
Public ReadOnly Property CircuitNamingIndex As Integer Get |
Visual C++ |
---|
public: property int CircuitNamingIndex { int get (); } |