ElectricalPhase Enumeration

ElectricalPhase Enumeration

An enumerated type to specify whether the electrical system is single phase or three phase.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum ElectricalPhase
Public Enumeration ElectricalPhase
public enum class ElectricalPhase
type ElectricalPhase
Members
Member nameValueDescription
SinglePhase0Electrical phase is single phase.
ThreePhase1Electrical phase is three phase.
See Also