Heights information of a schedule on sheet.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.ScheduleHeightsOnSheet
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class ScheduleHeightsOnSheet : IDisposable
The ScheduleHeightsOnSheet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ColumnHeaderHeight | The height of all schedule header part, including the gap line between header and body. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| TitleHeight | The height of schedule title on sheet view. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the ScheduleHeightsOnSheet | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetBodyRowHeights | Returns each row's height of schedule body on sheet view. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
