Revit 2026 API
Panel |
Show only the connected load classifications in the summary section
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool SummaryShowsOnlyConnectedLoads { get; set; }
Public Property SummaryShowsOnlyConnectedLoads As Boolean Get Set
public: property bool SummaryShowsOnlyConnectedLoads { bool get (); void set (bool value); }
member SummaryShowsOnlyConnectedLoads : bool with get, set
Property Value
BooleanSee Also