Message 1 of 9
I would like to know the version of a rvt file before opening the file in revit
Not applicable
11-14-2018
08:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Revit, once the user selected *.rvt file using File->open dialogue and I would like to know the version of a rvt file before opening the file in revit. I am using handler < puiApp.ControlledApplication.DocumentOpening += new EventHandler<DocumentOpeningEventArgs>(app_DocOpening);> to grab the information. Kindly help.