Share

AreaBasedLoadData.PhasesNumber Property

The number of electrical phases of the area based load.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int PhasesNumber { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentException When setting this property: The number of electrical phases numberOfPhases is not valid, only 1, 3 is valid.

Remarks

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

See Also

Reference

Was this information helpful?