Defines the override that is applied to the row height.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public RowHeightOverrideOptions RowHeightOverride { get; set; }Property Value
RowHeightOverrideOptions- None to disable row height override.
- All enables row height override for all the body rows in the schedule.
- ImageRows enables row height override for all the schedule body rows that contains images or custom graphics.
Exceptions
| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
Remarks
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
Reference