PanelScheduleData.SummaryShowsGroups Property

PanelScheduleDataSummaryShowsGroups Property

Show groups of load classifications in the load summary section

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool SummaryShowsGroups { get; set; }
Public Property SummaryShowsGroups As Boolean
	Get
	Set
public:
property bool SummaryShowsGroups {
	bool get ();
	void set (bool value);
}
member SummaryShowsGroups : bool with get, set

Property Value

Boolean
See Also