Revit 2025.3 API
Panel |
Show only the connected load classifications in the summary section
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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