ElectricalSystemPanelName Property |
The Panel name of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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