ElectricalEquipment.SetCircuitNamingSchemeType
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.
public void SetCircuitNamingSchemeType(
CircuitNaming circuitNamingType
)
-
circuitNamingTypeThe enumerated type of circuit naming scheme to be set.
-
The circuit naming scheme enumerated type is invalid for the Electrical Equipment.
-
A value passed for an enumeration argument is not a member of that enumeration