ElectricalSystem.CircuitNumber Property

ElectricalSystemCircuitNumber Property

The CircuitNumber of the Electrical System.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string CircuitNumber { get; }
Public ReadOnly Property CircuitNumber As String
	Get
public:
property String^ CircuitNumber {
	String^ get ();
}
member CircuitNumber : string with get

Property Value

String
Remarks
This property is used to retrieve the CircuitNumber of the Electrical System.
See Also