The circuit phase label used in the Electrical System.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2021

Syntax

C#
public string PhaseLabel { get; }
Visual Basic
Public ReadOnly Property PhaseLabel As String
	Get
Visual C++
public:
property String^ PhaseLabel {
	String^ get ();
}

Remarks

This property is used to retrieve the phase label of the Electrical System on a panel.

See Also