2025 Class
Changes 3
C

ScheduleHeightsOnSheet

Description:
Heights information of a schedule on sheet.
Remarks:
This class returns the heights of schedule title, column header and each body row on sheet view.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ScheduleHeightsOnSheet
public class ScheduleHeightsOnSheet : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ScheduleHeightsOnSheet
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBodyRowHeights() IList<Double> Returns each row's height of schedule body on sheet view.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ColumnHeaderHeight double The height of all schedule header part, including the gap line between header and body.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P TitleHeight double The height of schedule title on sheet view.