Revit 2025 API
View |
Whether to export group headers, footers, and blank lines. Default is true.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HeadersFootersBlanks { get; set; }
Public Property HeadersFootersBlanks As Boolean Get Set
public: property bool HeadersFootersBlanks { bool get (); void set (bool value); }
member HeadersFootersBlanks : bool with get, set
Property Value
BooleanSee Also