| Revit 2022 API |
| PanelScheduleData..::..PanelConfiguration Property |
| PanelScheduleData Class See Also |
The panel configuration of this panel schedule
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public PanelConfiguration PanelConfiguration { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PanelConfiguration As PanelConfiguration Get |
| Visual C++ |
|---|
public: property PanelConfiguration PanelConfiguration { PanelConfiguration get (); } |