Revit 2025.3 API
Electrical |
The circuit phase label used in the Electrical System.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string PhaseLabel { get; }
Public ReadOnly Property PhaseLabel As String Get
public: property String^ PhaseLabel { String^ get (); }
member PhaseLabel : string with get
Property Value
String
This property is used to retrieve the phase label of the Electrical System on a panel.
See Also