Share

RowHeightOverrideOptions Enumeration

Describes the options for overriding schedule body row heights (applied when viewed as a ScheduleSheetInstance on a ViewSheet).


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public enum RowHeightOverrideOptions

Members

Member nameValueDescription
All1 Override row height for any body rows in the schedule.
ImageRows2 Override row height for body rows containing images in the schedule.
None0 No override would be applied for the row height.

See Also

Reference

Was this information helpful?