ElectricalEquipment.SetCircuitNamingSchemeType
Method
Description:
Sets the circuit naming scheme for Electrical Equipment.
Sets the circuit naming scheme for Electrical Equipment.
Remarks:
The following circuit naming scheme type can be set:
- CircuitNaming::Prefixed
- CircuitNaming::Standard
- CircuitNaming::PanelName
- CircuitNaming::Phase
- CircuitNaming::ProjectSetting
For a customized circuit naming scheme, set its id directly with SetCircuitNamingSchemeId method.
Parameters
Parameter | Type | Description |
---|---|---|
circuitNamingType | CircuitNaming | The enumerated type of circuit naming scheme to be set. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The circuit naming scheme enumerated type is invalid for the Electrical Equipment. |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |