Revit 2025.3 API
Area |
The number of electrical phases of the area based load.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int PhasesNumber { get; set; }
Public Property PhasesNumber As Integer Get Set
public: property int PhasesNumber { int get (); void set (int value); }
member PhasesNumber : int with get, set
Property Value
Int32
Exception | Condition |
---|---|
ArgumentException | When setting this property: The number of electrical phases numberOfPhases is not valid, only 1, 3 is valid. |

This property is used to retrieve the number of electrical phases.
See Also