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