Revit 2023 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: 23.0.0.0 (23.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 (); } |