Revit 2022.1 API |
PanelScheduleData..::..IsFooterSectionHidden Property |
PanelScheduleData Class See Also |
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: 22.0.0.0 (22.1.1.0)
Syntax
C# |
---|
public bool IsFooterSectionHidden { get; } |
Visual Basic |
---|
Public ReadOnly Property IsFooterSectionHidden As Boolean Get |
Visual C++ |
---|
public: property bool IsFooterSectionHidden { bool get (); } |