Get View Schedule Title Height in Pixels
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Revit 2021+
I have 2 questions really. I can access the Sections of a ViewSchedule, like Header and Body and get the Height in pixels using...
//sectionDataHeader.GetRowHeightInPixels(row);
However I cannot seem to find the Title Row, only the header, that even if it is grouped seems to allow me to find the Height in pixels down from the top corner, however when I enable the title property the Height down from the top corner is higher than it should be, even though It doesnt exist in a row.
Question 2. I would like thje get the Height in pixels of the view schedule row, when the schedule is schrunched up. which makes the cells increase in height and the height in pixels at least for the Body section reports erroneusly as one word height, not the stacked height.