revit version

revit version

Anonymous
Not applicable
353 Views
1 Reply
Message 1 of 2

revit version

Anonymous
Not applicable

How do I get the idea of the Revit version of a file from the BIM 360 page

0 Likes
354 Views
1 Reply
Reply (1)
Message 2 of 2

jeremytammik
Autodesk
Autodesk

You can use the BasicFileInfo data:

 

https://www.revitapidocs.com/2020/475edc09-cee7-6ff1-a0fa-4e427a56262a.htm

 

This information can be read out of an RVT file using the Revit API without opening the RVT.

 

This data is also accessible without using the Revit API at all:

 

https://thebuildingcoder.typepad.com/blog/2017/06/determining-rvt-file-version-using-python.html

 



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

0 Likes