ElectricalSystem.PanelName Property

ElectricalSystemPanelName Property

The Panel name of the Electrical System.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string PanelName { get; }
Public ReadOnly Property PanelName As String
	Get
public:
property String^ PanelName {
	String^ get ();
}
member PanelName : string with get

Property Value

String
Remarks
This property is used to retrieve the Panel name of the Electrical System.
See Also