Get RVT Info tool

You can use this tool in pyRevit’s Project panel to read information about any Revit file (rvt, rtf, rfa, rft). One important step is that pyRevit will lookup the build number stored in this file info against its database and provides the exact version of Revit used to write the file:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/abecbcda-14e6-4da3-b5f0-e8b332099731/Revit_9flLOI4T6R.png

Here are the results for the example file. Currently the most important info is printed out but more info can be added easily in the future:

Created in: 2019.2.2 Hotfix (20190808_0900(x64))
Workshared: No
Last Saved Path: C:\\Test Model.rte
Document Id: 82c0623f-b95a-4ac7-b711-7eac7961a1cd
Open Workset Settings: LastViewed
Document Increment: 582

Project Information (Properties):
  Building Name = <building name>
  Client Name = <client name>
  Organization Description = <org description>
  Organization Name = <org name>
  Project Address = <address>
  Project Issue Date = <issue date>
  Project Name = <project name>
  Project Number = <project number>
  Project Status = <status>

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7fadfa4d-892b-42bb-ab4d-0340ef87b23e/ic_01_idea.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7fadfa4d-892b-42bb-ab4d-0340ef87b23e/ic_01_idea.png" width="40px" /> You can also hold CTRL while clicking on the tool to see all the DEBUG results which includes full extracted stream and binary data

</aside>