ElectricalSystemCircuitNumber Property |
The CircuitNumber of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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