ViewScheduleGetScheduleHeightsOnSheet Method

Gets the heights of schedule title, column header and each schedule body row.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ScheduleHeightsOnSheet GetScheduleHeightsOnSheet()

Return Value

ScheduleHeightsOnSheet
The ScheduleHeightsOnSheet which contains heights information of a schedule on sheet.
Remarks
The height is Revit's internal units value.
See Also