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