Revit 2026 API
Schedule |
Indicates if the footer row should display a count of elements in the group.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShowFooterCount { get; set; }
Public Property ShowFooterCount As Boolean Get Set
public: property bool ShowFooterCount { bool get (); void set (bool value); }
member ShowFooterCount : bool with get, set
Property Value
BooleanTrue if an element count should be displayed, false otherwise.
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property: Display of footer rows is not enabled. |
ShowFooterCount can only be enabled if ShowFooter is enabled.
See Also