Revit 2025.3 API
Panel |
True if the user wishes to hide the summary section; setting this value must go through the appropriate update function
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsSummarySectionHidden { get; }
Public ReadOnly Property IsSummarySectionHidden As Boolean Get
public: property bool IsSummarySectionHidden { bool get (); }
member IsSummarySectionHidden : bool with get
Property Value
BooleanSee Also