The CircuitNamingSchemeId used in the Electrical Equipment.
The CircuitNamingSchemeId is used to retrieve the circuit naming scheme id of the Electrical Equipment.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public ElementId CircuitNamingSchemeId { get; set; }
Property Value
ElementIdExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The circuit naming scheme id is invalid for the Electrical Equipment. |
ArgumentNullException | When setting this property: A non-optional argument was null |