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