Schedule TextSize

Schedule TextSize

fdkuenneke
Enthusiast Enthusiast
539 Views
2 Replies
Message 1 of 3

Schedule TextSize

fdkuenneke
Enthusiast
Enthusiast

Hey all,

I was wondering what unit the:

ViewSchedule.GetTableData().GetSectionData(SectionType.Body).GetTableCellStyle(row, col).TextSize

property is. It appears to be pt, but the number found in the API does not mathematically convert well to the text size found in REVIT.

I'd say Revit was a chisel if it wasn't used as a hammer.
0 Likes
540 Views
2 Replies
Replies (2)
Message 2 of 3

fdkuenneke
Enthusiast
Enthusiast

For the record, I should have mentioned that the font size found in REVIT is in inches, and Tammik's snooper can't access the method I am looking for (That or I am simply misusing it, which is more likely...).

I'd say Revit was a chisel if it wasn't used as a hammer.
0 Likes
Message 3 of 3

jeremytammik
Autodesk
Autodesk

If RevitLookup does not enable you to explore the required property or method interactively, you can use other, more intimate database exploration tools such as the RevitPythonShell:

 

https://thebuildingcoder.typepad.com/blog/2013/11/intimate-revit-database-exploration-with-the-pytho...

  



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes