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: 25.0.0.0 (25.0.0.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