PanelScheduleData.PanelConfiguration Property

PanelScheduleDataPanelConfiguration Property

The panel configuration of this panel schedule

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

Property Value

PanelConfiguration
See Also