| Revit 2022 API |
| PanelScheduleData..::..SummaryShowsOnlyConnectedLoads Property |
| PanelScheduleData Class See Also |
Show only the connected load classifications in the summary section
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public bool SummaryShowsOnlyConnectedLoads { get; set; } |
| Visual Basic |
|---|
Public Property SummaryShowsOnlyConnectedLoads As Boolean Get Set |
| Visual C++ |
|---|
public: property bool SummaryShowsOnlyConnectedLoads { bool get (); void set (bool value); } |