ViewScheduleRowHeight Property |
Defines the schedule body rows height.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double RowHeight { get; set; }
Public Property RowHeight As Double
Get
Set
public:
property double RowHeight {
double get ();
void set (double value);
}
member RowHeight : float with get, set
Property Value
Double
The row height for any body rows in the schedule.
Exceptions
RemarksSetting this property will force all or image only (depending on how RowHeightOverride is defined) schedule body rows to be resized to the indicated height value (when viewed as a ScheduleSheetInstance on a ViewSheet).
If the value that is set is smaller than the height of the text (single or multi line), then that value is not taken into account.
To access or set this property the RowHeightOverride property should not be None
See Also