Revit 2026 API
Schedule |
Returns each row's height of schedule body on sheet view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<double> GetBodyRowHeights()
Public Function GetBodyRowHeights As IList(Of Double)
public: IList<double>^ GetBodyRowHeights()
member GetBodyRowHeights : unit -> IList<float>
Return Value
IListDoubleEach row's height of schedule body on sheet view.
See Also