Revit 2025 API
View |
Defines the override that is applied to the row height.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RowHeightOverrideOptions RowHeightOverride { get; set; }
Public Property RowHeightOverride As RowHeightOverrideOptions Get Set
public: property RowHeightOverrideOptions RowHeightOverride { RowHeightOverrideOptions get (); void set (RowHeightOverrideOptions value); }
member RowHeightOverride : RowHeightOverrideOptions with get, set
Property Value
RowHeightOverrideOptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |

Setting this property to anything but None will allow setting the RowHeight property. This is taken into account when the schedule is viewed as a ScheduleSheetInstance on a ViewSheet.
See Also