Revit 2026 API
Schedule |
Indicates if an empty row should be displayed between groups.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShowBlankLine { get; set; }
Public Property ShowBlankLine As Boolean Get Set
public: property bool ShowBlankLine { bool get (); void set (bool value); }
member ShowBlankLine : bool with get, set
Property Value
Boolean
True if an empty row should be displayed, false otherwise.
See Also