Indicates if the footer row should display a title.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Field Value
True if a title should be displayed, false otherwise.Remarks
The title consists of the value of the field that the schedule is grouped by.
ShowFooterTitle can only be enabled if ShowFooter is enabled.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions InvalidOperationException | When setting this property: Display of footer rows is not enabled. |