True if the user wishes to hide the summary section; setting this value must go through the appropriate update function
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public bool IsSummarySectionHidden { get; } |
Visual Basic |
---|
Public ReadOnly Property IsSummarySectionHidden As Boolean Get |
Visual C++ |
---|
public: property bool IsSummarySectionHidden { bool get (); } |